From: Wayne Davison Date: Mon, 18 Feb 2008 07:46:26 +0000 (-0800) Subject: Decided to pad the "*deleting" message to make the names line up. X-Git-Tag: v3.0.0pre10~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f800e8c7021189e4655d3d4fe767911de2cf7e;p=thirdparty%2Frsync.git Decided to pad the "*deleting" message to make the names line up. --- diff --git a/log.c b/log.c index e06cc7da..c7007dbb 100644 --- a/log.c +++ b/log.c @@ -623,7 +623,7 @@ static void log_formatted(enum logcode code, const char *format, const char *op, break; case 'i': if (iflags & ITEM_DELETED) { - n = "*deleting"; + n = "*deleting "; break; } n = c = buf2 + MAXPATHLEN - 32;