Commit 46f800e8 authored by Wayne Davison's avatar Wayne Davison

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

parent 1c65a93d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment