From: Wayne Davison Date: Sat, 20 Dec 2003 16:57:24 +0000 (+0000) Subject: Output a newline before the heap statistics. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ce67256218f08ca36561ca801c35bdbe83cce9ec Output a newline before the heap statistics. --- diff --git a/main.c b/main.c index bf93ad3a..5b3493c2 100644 --- 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 " : "",