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 e06cc7d..c7007db 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) {
                        break;
                case 'i':
                        if (iflags & ITEM_DELETED) {
-                               n = "*deleting";
+                               n = "*deleting  ";
                                break;
                        }
                        n  = c = buf2 + MAXPATHLEN - 32;
                                break;
                        }
                        n  = c = buf2 + MAXPATHLEN - 32;