From 9cffea618a13d37a82980ade71bb1ec927c153a0 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 29 Sep 2007 07:18:23 +0000 Subject: r25424: Align log level (by two) in debugging output. Michael (This used to be commit 9265b3cde25208884a8d3a9c42461d1c6e6fc353) --- source3/lib/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/debug.c') diff --git a/source3/lib/debug.c b/source3/lib/debug.c index 6aa34b59e8..fc7b1d67f6 100644 --- a/source3/lib/debug.c +++ b/source3/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 ); } -- cgit