From 54e3163f0323cb9a4cbe8543c837554891076fb5 Mon Sep 17 00:00:00 2001 From: obnox Date: Sat, 29 Sep 2007 07:18:23 +0000 Subject: [PATCH] Align log level (by two) in debugging output. Michael git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25424 0c0555d6-39d7-0310-84fc-f1cc0bd64818 --- source/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/debug.c b/source/lib/debug.c index 6aa34b59e..fc7b1d67f 100644 --- a/source/lib/debug.c +++ b/source/lib/debug.c @@ -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 ); } -- 2.34.1