]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Nov 2023 03:52:33 +0000 (03:52 +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>
source4/samba/server.c

index 0e61f8ab5ccec232233ca65de8e49d22a8293b74..d2bd3a59708a7b145d11f3f7f0811e48dce662ac 100644 (file)
@@ -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];