mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
messages: bump debug level to 1 for "messaging_ctdb_init failed".
Leave level 0 messages to higher level callers. Michael
This commit is contained in:
parent
3baf9eb6a2
commit
7bbf29137b
@ -211,7 +211,7 @@ struct messaging_context *messaging_init(TALLOC_CTX *mem_ctx,
|
||||
status = messaging_ctdbd_init(ctx, ctx, &ctx->remote);
|
||||
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(0, ("messaging_ctdb_init failed: %s\n",
|
||||
DEBUG(1, ("messaging_ctdb_init failed: %s\n",
|
||||
nt_errstr(status)));
|
||||
TALLOC_FREE(ctx);
|
||||
return NULL;
|
||||
@ -246,7 +246,7 @@ NTSTATUS messaging_reinit(struct messaging_context *msg_ctx)
|
||||
&msg_ctx->remote);
|
||||
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
DEBUG(0, ("messaging_ctdb_init failed: %s\n",
|
||||
DEBUG(1, ("messaging_ctdb_init failed: %s\n",
|
||||
nt_errstr(status)));
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user