Drop the debug level for logging fd creation to DEBUG_DEBUG
[obnox/samba/samba-obnox.git] / ctdb / server / ctdb_lockwait.c
index e02cd21a9443224fb1a64918e559e04c16c4c4d1..afbb921439e3fd51bf822568cd5dc2bbf503a6a1 100644 (file)
@@ -148,7 +148,7 @@ struct lockwait_handle *ctdb_lockwait(struct ctdb_db_context *ctdb_db,
        close(result->fd[1]);
        set_close_on_exec(result->fd[0]);
 
-       DEBUG(DEBUG_NOTICE, (__location__ " Created PIPE FD:%d to child lockwait process\n", result->fd[0]));
+       DEBUG(DEBUG_DEBUG, (__location__ " Created PIPE FD:%d to child lockwait process\n", result->fd[0]));
 
        talloc_set_destructor(result, lockwait_destructor);