r25424: Align log level (by two) in debugging output.
authorMichael Adam <obnox@samba.org>
Sat, 29 Sep 2007 07:18:23 +0000 (07:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:31:04 +0000 (12:31 -0500)
Michael

source/lib/debug.c

index 6aa34b59e8e49b325e5a2ff9e78ba2f0600861cc..fc7b1d67f6230c666b494796d14f787599754806 100644 (file)
@@ -983,7 +983,7 @@ BOOL dbghdr( int level, const char *file, const char *func, int line )
                        current_timestring(lp_debug_hires_timestamp()), level,
                        header_str);
                } else {
-                   (void)Debug1( "[%s, %d%s] %s:%s(%d)\n",
+                   (void)Debug1( "[%s, %2d%s] %s:%s(%d)\n",
                        current_timestring(lp_debug_hires_timestamp()), level,
                        header_str, file, func, line );
                }