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>
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));
}