lower the debug levels for the "create FD messages" so we dont fill up the logs.
[ctdb.git] / server / ctdb_daemon.c
index f7ca28f38b79f6a55c550c0e2055cf5fb2e93373..532887c7842f788f5c598721b5010fa7aa212043 100644 (file)
@@ -565,7 +565,7 @@ static void ctdb_accept_client(struct event_context *ev, struct fd_event *fde,
        set_nonblocking(fd);
        set_close_on_exec(fd);
 
-       DEBUG(DEBUG_NOTICE,(__location__ " Created SOCKET FD:%d to connected child\n", fd));
+       DEBUG(DEBUG_DEBUG,(__location__ " Created SOCKET FD:%d to connected child\n", fd));
 
        client = talloc_zero(ctdb, struct ctdb_client);
 #ifdef _AIX