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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/46f800e8c7021189e4655d3d4fe767911de2cf7e 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;