summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-03-21 10:22:26 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-03-21 15:10:29 +0000
commit312e408cfde01ae8f5aab4c269becb119385f1bf (patch)
tree302a1463263dff0fcf90ca0e22cac90c7b5e2035 /source3/lib
parent81648d576d56e924945b2214ac12ca6a40679db8 (diff)
downloadsamba-312e408cfde01ae8f5aab4c269becb119385f1bf.tar.gz
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 <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/messages.c2
1 files changed, 1 insertions, 1 deletions
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));
}