Decided to pad the "*deleting" message to make the names line up.

This commit is contained in:
Wayne Davison
2008-02-17 23:46:26 -08:00
parent 1c65a93d03
commit 46f800e8c7

2
log.c
View File

@@ -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;