Rev 608: changed some debug levels in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Wed Sep 12 03:21:19 GMT 2007


------------------------------------------------------------
revno: 608
revision-id: tridge at samba.org-20070912032119-2b203v4evthp7mpo
parent: tridge at samba.org-20070911063832-9yk2x0kegvnnksm0
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.test2
timestamp: Wed 2007-09-12 13:21:19 +1000
message:
  changed some debug levels
modified:
  server/ctdb_daemon.c           ctdb_daemon.c-20070409200331-3el1kqgdb9m4ib0g-1
=== modified file 'server/ctdb_daemon.c'
--- a/server/ctdb_daemon.c	2007-09-04 00:45:41 +0000
+++ b/server/ctdb_daemon.c	2007-09-12 03:21:19 +0000
@@ -210,7 +210,7 @@
 		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 @@
 	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;



More information about the samba-cvs mailing list