bit less verbose when client exits
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 Apr 2007 01:33:16 +0000 (11:33 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 18 Apr 2007 01:33:16 +0000 (11:33 +1000)
(This used to be ctdb commit a6477577beba71bd9185b968de43b763378f234b)

ctdb/common/ctdb_daemon.c

index 03cc1777e612d2ce36bf18f99f685cb91b43d20c..a4bb36d482e74ec741f01d754a626f82b67c3202 100644 (file)
@@ -494,7 +494,7 @@ static void ctdb_read_from_parent(struct event_context *ev, struct fd_event *fde
        /* 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"));