From f26c9b3966d27c4c53b8334d3eb272a7bf3226b0 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 1 Oct 2010 01:13:28 -0700 Subject: [PATCH] s4 socket: increase the debuglevel to make add interface debug messages less verbose --- source4/lib/socket/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/socket/interface.c b/source4/lib/socket/interface.c index 433b212244f..c4411b623c0 100644 --- a/source4/lib/socket/interface.c +++ b/source4/lib/socket/interface.c @@ -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)); } -- 2.34.1