svn commit: samba r25424 - in branches: SAMBA_3_2/source/lib SAMBA_3_2_0/source/lib

obnox at samba.org obnox at samba.org
Sat Sep 29 07:18:24 GMT 2007


Author: obnox
Date: 2007-09-29 07:18:23 +0000 (Sat, 29 Sep 2007)
New Revision: 25424

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25424

Log:
Align log level (by two) in debugging output.

Michael


Modified:
   branches/SAMBA_3_2/source/lib/debug.c
   branches/SAMBA_3_2_0/source/lib/debug.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/debug.c
===================================================================
--- branches/SAMBA_3_2/source/lib/debug.c	2007-09-29 07:13:48 UTC (rev 25423)
+++ branches/SAMBA_3_2/source/lib/debug.c	2007-09-29 07:18:23 UTC (rev 25424)
@@ -983,7 +983,7 @@
 			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 );
 		}

Modified: branches/SAMBA_3_2_0/source/lib/debug.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/debug.c	2007-09-29 07:13:48 UTC (rev 25423)
+++ branches/SAMBA_3_2_0/source/lib/debug.c	2007-09-29 07:18:23 UTC (rev 25424)
@@ -983,7 +983,7 @@
 			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 );
 		}



More information about the samba-cvs mailing list