From: Andreas Schneider Date: Thu, 21 Mar 2019 09:22:26 +0000 (+0100) Subject: s3:lib: Increase debug level for messaging_send_buf message X-Git-Tag: tdb-1.4.1~660 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312e408cfde01ae8f5aab4c269becb119385f1bf;p=thirdparty%2Fsamba.git s3:lib: Increase debug level for messaging_send_buf message 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 Reviewed-by: Ralph Boehme --- diff --git a/source3/lib/messages.c b/source3/lib/messages.c index dd19173b973..699282cff88 100644 --- a/source3/lib/messages.c +++ b/source3/lib/messages.c @@ -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)); }