mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r8343: removed a debugging message
(This used to be commit c12325e25291a0083446519e0b37c7bcdc3d5433)
This commit is contained in:
parent
7c78ec0e14
commit
f0cbb1787e
@ -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