From ce67256218f08ca36561ca801c35bdbe83cce9ec Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 20 Dec 2003 16:57:24 +0000 Subject: [PATCH] Output a newline before the heap statistics. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " : "", -- 2.34.1