s4/server.c: move some log messages from ERR to NOTICE
authorBjörn Jacke <bj@sernet.de>
Mon, 18 Sep 2023 11:45:54 +0000 (13:45 +0200)
committerJule Anger <janger@samba.org>
Tue, 19 Dec 2023 09:43:09 +0000 (09:43 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15377

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit baa67024bca391f2e212b91131f544cc911c6895)

source4/samba/server.c

index eb4ddeb7ce7201161354d29d00e975cfa29b8752..a66e1cf0363cf9f5a2f36d55217540e23da89382 100644 (file)
@@ -801,7 +801,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));
@@ -905,7 +905,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];