summaryrefslogtreecommitdiffstats
path: root/ctdb/server/eventscript.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-10-21 15:26:24 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-10-21 15:26:24 +1100
commita92ba7f729a4077a26e23e5de80c1cc941866489 (patch)
tree81a21359bdf8248a6217b0fd7b6363803a07b1e7 /ctdb/server/eventscript.c
parent9b8c72c44650f2dc29662af60e970b192050cd2e (diff)
downloadsamba-a92ba7f729a4077a26e23e5de80c1cc941866489.tar.gz
samba-a92ba7f729a4077a26e23e5de80c1cc941866489.tar.xz
samba-a92ba7f729a4077a26e23e5de80c1cc941866489.zip
lower the debug levels for the "create FD messages" so we dont fill up the logs.
(This used to be ctdb commit 87146db2769c2ec494813685bf9cec0d2a6336c3)
Diffstat (limited to 'ctdb/server/eventscript.c')
-rw-r--r--ctdb/server/eventscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/eventscript.c b/ctdb/server/eventscript.c
index f4c362615c..e84f1308ec 100644
--- a/ctdb/server/eventscript.c
+++ b/ctdb/server/eventscript.c
@@ -817,7 +817,7 @@ static int ctdb_event_script_callback_v(struct ctdb_context *ctdb,
close(state->fd[1]);
set_close_on_exec(state->fd[0]);
- DEBUG(DEBUG_NOTICE, (__location__ " Created PIPE FD:%d to child eventscript process\n", state->fd[0]));
+ DEBUG(DEBUG_DEBUG, (__location__ " Created PIPE FD:%d to child eventscript process\n", state->fd[0]));
event_add_fd(ctdb->ev, state, state->fd[0], EVENT_FD_READ|EVENT_FD_AUTOCLOSE,
ctdb_event_script_handler, state);