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/common/system_linux.c | |
parent | 9b8c72c44650f2dc29662af60e970b192050cd2e (diff) | |
download | samba-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/common/system_linux.c')
-rw-r--r-- | ctdb/common/system_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/common/system_linux.c b/ctdb/common/system_linux.c index 999208d2fe..d8229debb7 100644 --- a/ctdb/common/system_linux.c +++ b/ctdb/common/system_linux.c @@ -92,7 +92,7 @@ int ctdb_sys_send_arp(const ctdb_sock_addr *addr, const char *iface) return -1; } - DEBUG(DEBUG_NOTICE, (__location__ " Created SOCKET FD:%d for sending arp\n", s)); + DEBUG(DEBUG_DEBUG, (__location__ " Created SOCKET FD:%d for sending arp\n", s)); strncpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name)); if (ioctl(s, SIOCGIFINDEX, &ifr) < 0) { DEBUG(DEBUG_CRIT,(__location__ " interface '%s' not found\n", iface)); |