Output a newline before the heap statistics.
authorWayne Davison <wayned@samba.org>
Sat, 20 Dec 2003 16:57:24 +0000 (16:57 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 20 Dec 2003 16:57:24 +0000 (16:57 +0000)
main.c

diff --git a/main.c b/main.c
index bf93ad3..5b3493c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -171,7 +171,7 @@ static void show_malloc_stats(void)
 
        mi = mallinfo();
 
-       rprintf(FINFO, RSYNC_NAME "[%d] (%s%s%s) heap statistics:\n",
+       rprintf(FINFO, "\n" RSYNC_NAME "[%d] (%s%s%s) heap statistics:\n",
                getpid(),
                am_server ? "server " : "",
                am_daemon ? "daemon " : "",