From f0cbb1787eec4f912ce60cfcd0172cb6e32ec118 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 12 Jul 2005 05:56:38 +0000 Subject: r8343: removed a debugging message (This used to be commit c12325e25291a0083446519e0b37c7bcdc3d5433) --- source4/lib/db_wrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c index c0240aa62d..57055462ff 100644 --- a/source4/lib/db_wrap.c +++ b/source4/lib/db_wrap.c @@ -103,8 +103,7 @@ struct ldb_context *ldb_wrap_connect(TALLOC_CTX *mem_ctx, 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); -- cgit