]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-dcerpcd: Silence a DEBUG message
authorVolker Lendecke <vl@samba.org>
Tue, 22 Feb 2022 09:02:57 +0000 (10:02 +0100)
committerRalph Boehme <slow@samba.org>
Tue, 22 Feb 2022 10:16:44 +0000 (10:16 +0000)
This is not worth a debuglevel 1 message

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Tue Feb 22 10:16:44 UTC 2022 on sn-devel-184

source3/rpc_server/rpc_host.c

index 4a370f96e65701dccfd438ca64c7036c72c8cd7f..7ca24240a929fc461b458bd441686c0afe72a9ee 100644 (file)
@@ -1347,10 +1347,10 @@ again:
                goto done;
        }
 
-       DBG_WARNING("Sending new client %s to %d with %"PRIu32" clients\n",
-                   server->rpc_server_exe,
-                   worker->pid,
-                   worker->num_clients);
+       DBG_INFO("Sending new client %s to %d with %"PRIu32" clients\n",
+                server->rpc_server_exe,
+                worker->pid,
+                worker->num_clients);
 
        iov = (struct iovec) {
                .iov_base = blob.data, .iov_len = blob.length,