diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-10-21 15:26:24 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-10-21 15:26:24 +1100 |
commit | a92ba7f729a4077a26e23e5de80c1cc941866489 (patch) | |
tree | 81a21359bdf8248a6217b0fd7b6363803a07b1e7 /ctdb/tcp/tcp_connect.c | |
parent | 9b8c72c44650f2dc29662af60e970b192050cd2e (diff) | |
download | samba-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/tcp_connect.c')
-rw-r--r-- | ctdb/tcp/tcp_connect.c | 2 |
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. |