1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

r8343: removed a debugging message

(This used to be commit c12325e25291a0083446519e0b37c7bcdc3d5433)
This commit is contained in:
Andrew Tridgell 2005-07-12 05:56:38 +00:00 committed by Gerald (Jerry) Carter
parent 7c78ec0e14
commit f0cbb1787e

View File

@ -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);