From: Wayne Davison Date: Sat, 20 Dec 2003 16:57:24 +0000 (+0000) Subject: Output a newline before the heap statistics. X-Git-Tag: v2.6.0pre2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce67256218f08ca36561ca801c35bdbe83cce9ec;p=thirdparty%2Frsync.git 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 " : "",