summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-10-24 18:09:11 +0100
committerDaniel Mack <zonque@gmail.com>2013-10-24 18:09:11 +0100
commit3b376a5d06eba9c2207093185e1e31b8250b63a1 (patch)
tree33608dd1927b173f79354195d5c46b90a341927f /test
parent88e496777e731f377d3435ff9930e72f2547ca35 (diff)
downloadkdbus-bus-3b376a5d06eba9c2207093185e1e31b8250b63a1.tar.gz
kdbus-bus-3b376a5d06eba9c2207093185e1e31b8250b63a1.tar.bz2
kdbus-bus-3b376a5d06eba9c2207093185e1e31b8250b63a1.zip
test-kdbus-monitor: add newline before printing statistics on exit
Diffstat (limited to 'test')
-rw-r--r--test/test-kdbus-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-kdbus-monitor.c b/test/test-kdbus-monitor.c
index 49fe84caa2a..2b97721daa2 100644
--- a/test/test-kdbus-monitor.c
+++ b/test/test-kdbus-monitor.c
@@ -108,7 +108,7 @@ static unsigned long long count = 0;
static void do_exit(int foo)
{
- fprintf(stderr, "%llu packets received and dumped.\n", count);
+ fprintf(stderr, "\n%llu packets received and dumped.\n", count);
fprintf(stderr, "-- closing bus connections\n");
close(conn->fd);
free(conn);