svn commit: samba r13768 - in branches/SAMBA_4_0/source/lib: .

metze at samba.org metze at samba.org
Wed Mar 1 13:19:11 GMT 2006


Author: metze
Date: 2006-03-01 13:19:10 +0000 (Wed, 01 Mar 2006)
New Revision: 13768

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

Log:
be less verbose...

metze
Modified:
   branches/SAMBA_4_0/source/lib/db_wrap.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/db_wrap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/db_wrap.c	2006-03-01 12:10:10 UTC (rev 13767)
+++ branches/SAMBA_4_0/source/lib/db_wrap.c	2006-03-01 13:19:10 UTC (rev 13768)
@@ -49,6 +49,9 @@
 	if (DEBUGLEVEL < 4 && level > LDB_DEBUG_WARNING) {
 		return;
 	}
+	if (DEBUGLEVEL < 2 && level > LDB_DEBUG_ERROR) {
+		return;
+	}
 	vasprintf(&s, fmt, ap);
 	if (!s) return;
 	DEBUG(level, ("ldb: %s\n", s));



More information about the samba-cvs mailing list