]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:lib: Increase debug level for messaging_send_buf message
authorAndreas Schneider <asn@samba.org>
Thu, 21 Mar 2019 09:22:26 +0000 (10:22 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 21 Mar 2019 15:10:29 +0000 (15:10 +0000)
This is spamming the console when running 'make test' and we set the log
level to 1 by default in selftest.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/messages.c

index dd19173b9736707bccecfb27569a08d2af70f2ac..699282cff8849aec2a16a0a5650c7570e98bf2e6 100644 (file)
@@ -895,7 +895,7 @@ static int send_all_fn(pid_t pid, void *private_data)
        status = messaging_send_buf(state->msg_ctx, pid_to_procid(pid),
                                    state->msg_type, state->buf, state->len);
        if (!NT_STATUS_IS_OK(status)) {
-               DBG_WARNING("messaging_send_buf to %ju failed: %s\n",
+               DBG_NOTICE("messaging_send_buf to %ju failed: %s\n",
                            (uintmax_t)pid, nt_errstr(status));
        }