diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-12 05:56:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:09 -0500 |
commit | f0cbb1787eec4f912ce60cfcd0172cb6e32ec118 (patch) | |
tree | f8c5ee718e2b7299a80a991851f95ffa9c4966e9 /source4 | |
parent | 7c78ec0e145064696552d750eaaa70f00a0882e8 (diff) | |
download | samba-f0cbb1787eec4f912ce60cfcd0172cb6e32ec118.tar.gz samba-f0cbb1787eec4f912ce60cfcd0172cb6e32ec118.tar.bz2 samba-f0cbb1787eec4f912ce60cfcd0172cb6e32ec118.zip |
r8343: removed a debugging message
(This used to be commit c12325e25291a0083446519e0b37c7bcdc3d5433)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/db_wrap.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); |