changed some debug levels
authorAndrew Tridgell <tridge@samba.org>
Wed, 12 Sep 2007 03:21:19 +0000 (13:21 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 12 Sep 2007 03:21:19 +0000 (13:21 +1000)
server/ctdb_daemon.c

index ce355a5d377d01f7a4e03c0db17bd3aabde43a62..22b13455e821a2dd085956ae4c630bc94f175b44 100644 (file)
@@ -210,7 +210,7 @@ int daemon_register_message_handler(struct ctdb_context *ctdb, uint32_t client_i
                DEBUG(0,(__location__ " Failed to register handler %llu in daemon\n", 
                         (unsigned long long)srvid));
        } else {
-               DEBUG(2,(__location__ " Registered message handler for srvid=%llu\n", 
+               DEBUG(1,(__location__ " Registered message handler for srvid=%llu\n", 
                         (unsigned long long)srvid));
        }
 
@@ -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(3,(__location__ " Registered PID %u for client %u\n",
+               DEBUG(1,(__location__ " Registered PID %u for client %u\n",
                         (unsigned)client->pid, client_id));
        }
        return res;