Rev 145: bit less verbose when client exits in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Wed Apr 18 01:33:16 GMT 2007


------------------------------------------------------------
revno: 145
revision-id: tridge at samba.org-20070418013316-60979fe73163efe3
parent: tridge at samba.org-20070418012024-b2374733a1050bb6
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Wed 2007-04-18 11:33:16 +1000
message:
  bit less verbose when client exits
modified:
  common/ctdb_daemon.c           ctdb_daemon.c-20070409200331-3el1kqgdb9m4ib0g-1
=== modified file 'common/ctdb_daemon.c'
--- a/common/ctdb_daemon.c	2007-04-18 01:20:24 +0000
+++ b/common/ctdb_daemon.c	2007-04-18 01:33:16 +0000
@@ -494,7 +494,7 @@
 	/* XXX this is a good place to try doing some cleaning up before exiting */
 	cnt = read(*fd, &buf, 1);
 	if (cnt==0) {
-		DEBUG(0,(__location__ " parent process exited. filedescriptor dissappeared\n"));
+		DEBUG(2,(__location__ " parent process exited. filedescriptor dissappeared\n"));
 		exit(1);
 	} else {
 		DEBUG(0,(__location__ " ctdb: did not expect data from parent process\n"));



More information about the samba-cvs mailing list