From: Björn Jacke Date: Mon, 18 Sep 2023 11:45:54 +0000 (+0200) Subject: s4/server.c: move some log messages from ERR to NOTICE X-Git-Tag: talloc-2.4.2~631 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baa67024bca391f2e212b91131f544cc911c6895;p=thirdparty%2Fsamba.git s4/server.c: move some log messages from ERR to NOTICE BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377 Signed-off-by: Bjoern Jacke Reviewed-by: Andrew Bartlett --- diff --git a/source4/samba/server.c b/source4/samba/server.c index 0e61f8ab5cc..d2bd3a59708 100644 --- a/source4/samba/server.c +++ b/source4/samba/server.c @@ -800,7 +800,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx, if (max_runtime) { struct tevent_timer *te; - DBG_ERR("%s PID %d was called with maxruntime %d - " + DBG_NOTICE("%s PID %d was called with maxruntime %d - " "current ts %llu\n", binary_name, (int)getpid(), max_runtime, (unsigned long long) time(NULL)); @@ -904,7 +904,7 @@ static int binary_smbd_main(TALLOC_CTX *mem_ctx, return 1; } - DBG_ERR("%s: using '%s' process model\n", binary_name, model); + DBG_NOTICE("%s: using '%s' process model\n", binary_name, model); { int child_pipe[2];