From c12325e25291a0083446519e0b37c7bcdc3d5433 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 12 Jul 2005 05:56:38 +0000 Subject: [PATCH] r8343: removed a debugging message --- source/lib/db_wrap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/lib/db_wrap.c b/source/lib/db_wrap.c index c0240aa62df..57055462ff1 100644 --- a/source/lib/db_wrap.c +++ b/source/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);