]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dont pollute the log with 'Registered PID XXX for client YYY' at log
authorRonnie Sahlberg <sahlberg@ronnie>
Mon, 20 Aug 2007 22:42:42 +0000 (08:42 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Mon, 20 Aug 2007 22:42:42 +0000 (08:42 +1000)
level 0.

change the log level to 3 for this information message

(This used to be ctdb commit f28d713d9cacd2312932b51175aa8402c96ef76b)

ctdb/server/ctdb_daemon.c

index edb33b77fc0bd298df2490c90eac58b92b433295..78c67b3ccc781b598331fdf436e4663f6a769ce2 100644 (file)
@@ -218,7 +218,7 @@ int daemon_register_message_handler(struct ctdb_context *ctdb, uint32_t client_i
        if ((srvid & 0xFFFFFFFF) == srvid &&
            kill(srvid, 0) == 0) {
                client->pid = srvid;
-               DEBUG(0,(__location__ " Registered PID %u for client %u\n",
+               DEBUG(3,(__location__ " Registered PID %u for client %u\n",
                         (unsigned)client->pid, client_id));
        }
        return res;