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

tridge at samba.org tridge at samba.org
Tue Jul 12 05:56:39 GMT 2005


Author: tridge
Date: 2005-07-12 05:56:38 +0000 (Tue, 12 Jul 2005)
New Revision: 8343

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

Log:
removed a debugging message

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	2005-07-12 05:56:06 UTC (rev 8342)
+++ branches/SAMBA_4_0/source/lib/db_wrap.c	2005-07-12 05:56:38 UTC (rev 8343)
@@ -103,8 +103,7 @@
 	if (ev) {
 		ldb_set_opaque(ldb, "EventContext", ev);
 	} else {
-		DEBUG(0,("WARNING: event_context not found\n"));
-		talloc_show_parents(mem_ctx, stdout);
+		DEBUG(5,("WARNING: event_context not found\n"));
 	}
 
 	ret = ldb_register_samba_handlers(ldb);



More information about the samba-cvs mailing list