]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Decided to pad the "*deleting" message to make the names line up.
authorWayne Davison <wayned@samba.org>
Mon, 18 Feb 2008 07:46:26 +0000 (23:46 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 18 Feb 2008 07:46:26 +0000 (23:46 -0800)
log.c

diff --git a/log.c b/log.c
index e06cc7da55fc22621a38aed53ee04608e281eccd..c7007dbbdd6ba333a226bf6a4e1d368a4ee29b2e 100644 (file)
--- 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;