diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-02-04 06:37:41 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-02-04 06:37:41 +1100 |
commit | d7c00d8d7e4ea7d9eec34d565bc3d027ce5eaf80 (patch) | |
tree | ec95d671d6002ab7865d98298c304772011570cf /ctdb/tcp/tcp_connect.c | |
parent | 68273bbab83324d7e75acd8ef089a30b6658f46a (diff) | |
download | samba-d7c00d8d7e4ea7d9eec34d565bc3d027ce5eaf80.tar.gz samba-d7c00d8d7e4ea7d9eec34d565bc3d027ce5eaf80.tar.xz samba-d7c00d8d7e4ea7d9eec34d565bc3d027ce5eaf80.zip |
Drop the debug level for logging fd creation to DEBUG_DEBUG
(This used to be ctdb commit eae1d4f9e52e73b4d8769868fffdafa590d03784)
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 e1c927d804..43ce85019b 100644 --- a/ctdb/tcp/tcp_connect.c +++ b/ctdb/tcp/tcp_connect.c @@ -258,7 +258,7 @@ static void ctdb_listen_event(struct event_context *ev, struct fd_event *fde, set_nonblocking(in->fd); set_close_on_exec(in->fd); - DEBUG(DEBUG_NOTICE, (__location__ " Created SOCKET FD:%d to incoming ctdb connection\n", fd)); + DEBUG(DEBUG_DEBUG, (__location__ " Created SOCKET FD:%d to incoming ctdb connection\n", fd)); setsockopt(in->fd,SOL_SOCKET,SO_KEEPALIVE,(char *)&one,sizeof(one)); |