mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
r8343: removed a debugging message
This commit is contained in:
parent
4b11c00421
commit
c12325e252
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user