summaryrefslogtreecommitdiff
path: root/ctdb/tcp
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/tcp
parent9b8c72c44650f2dc29662af60e970b192050cd2e (diff)
downloadsamba-a92ba7f729a4077a26e23e5de80c1cc941866489.tar.gz
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/tcp')
-rw-r--r--ctdb/tcp/tcp_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tcp/tcp_connect.c b/ctdb/tcp/tcp_connect.c
index 20748606018..c74487be863 100644
--- a/ctdb/tcp/tcp_connect.c
+++ b/ctdb/tcp/tcp_connect.c
@@ -158,7 +158,7 @@ void ctdb_tcp_node_connect(struct event_context *ev, struct timed_event *te,
set_nonblocking(tnode->fd);
set_close_on_exec(tnode->fd);
- DEBUG(DEBUG_NOTICE, (__location__ " Created TCP SOCKET FD:%d\n", tnode->fd));
+ DEBUG(DEBUG_DEBUG, (__location__ " Created TCP SOCKET FD:%d\n", tnode->fd));
/* Bind our side of the socketpair to the same address we use to listen
* on incoming CTDB traffic.