diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-02-04 17:44:24 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-02-04 17:44:24 +1100 |
commit | 9d6ac0cf559535e8ac7082125692afd287b353e5 (patch) | |
tree | 0439bd668002b3d3542619f29294a9a9b5d047dc /ctdb/common/system_linux.c | |
parent | 1c35c8243e5300eb05415d729a79fbc77ed1ccb1 (diff) | |
download | samba-9d6ac0cf559535e8ac7082125692afd287b353e5.tar.gz samba-9d6ac0cf559535e8ac7082125692afd287b353e5.tar.xz samba-9d6ac0cf559535e8ac7082125692afd287b353e5.zip |
added debug constants to allow for better mapping to syslog levels
(This used to be ctdb commit 7ba8f1dde318eab03f4257e5a89fd23e7281e502)
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 bd44bd75b4..7017875fed 100644 --- a/ctdb/common/system_linux.c +++ b/ctdb/common/system_linux.c @@ -68,7 +68,7 @@ int ctdb_sys_send_arp(const struct sockaddr_in *saddr, const char *iface) return -1; } if (ARPHRD_LOOPBACK == if_hwaddr.ifr_hwaddr.sa_family) { - DEBUG(3,("Ignoring loopback arp request\n")); + DEBUG(DEBUG_DEBUG,("Ignoring loopback arp request\n")); close(s); return 0; } |