increase the debug level in the "added interface" debug line
authorAndrew Tridgell <tridge@samba.org>
Tue, 7 Oct 1997 14:36:51 +0000 (14:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 7 Oct 1997 14:36:51 +0000 (14:36 +0000)
source/lib/interface.c

index 940af1eccf4f8705dc437b91e214df8252fac55b..147425d0fc1f90fb4695cfef9a9f89b82e3f7f91 100644 (file)
@@ -337,9 +337,9 @@ static void interpret_interfaces(char *s, struct interface **interfaces,
   iface->next = NULL;
   (*interfaces) = last_iface = iface;
 
-  DEBUG(1,("Added interface ip=%s ",inet_ntoa(iface->ip)));
-  DEBUG(1,("bcast=%s ",inet_ntoa(iface->bcast)));
-  DEBUG(1,("nmask=%s\n",inet_ntoa(iface->nmask)));          
+  DEBUG(2,("Added interface ip=%s ",inet_ntoa(iface->ip)));
+  DEBUG(2,("bcast=%s ",inet_ntoa(iface->bcast)));
+  DEBUG(2,("nmask=%s\n",inet_ntoa(iface->nmask)));          
 }