s4 socket: increase the debuglevel to make add interface debug messages less verbose
authorKai Blin <kai@samba.org>
Fri, 1 Oct 2010 08:13:28 +0000 (01:13 -0700)
committerKai Blin <kai@samba.org>
Sat, 23 Oct 2010 10:17:05 +0000 (10:17 +0000)
source4/lib/socket/interface.c

index 433b212244fcad983982c69416d44462d486832d..c4411b623c04387d1199a507528864de81f344c6 100644 (file)
@@ -94,7 +94,7 @@ static void add_interface(TALLOC_CTX *mem_ctx, struct in_addr ip, struct in_addr
 
        DLIST_ADD_END(*interfaces, iface, struct interface *);
 
-       DEBUG(2,("added interface ip=%s nmask=%s\n", iface->ip_s, iface->nmask_s));
+       DEBUG(3,("added interface ip=%s nmask=%s\n", iface->ip_s, iface->nmask_s));
 }