change a debug level
authorAndrew Tridgell <tridge@samba.org>
Sat, 1 Nov 1997 08:13:54 +0000 (08:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 1 Nov 1997 08:13:54 +0000 (08:13 +0000)
(This used to be commit d8b896a90fb693187a11456e46971c873e9f0d60)

source3/lib/interface.c

index 3b038dcda691a4da1ac8fcaea3b661ea80ff6d7f..8af2696a446cac2ec6e6a737a44b69e25c8222a2 100644 (file)
@@ -302,9 +302,9 @@ static void interpret_interfaces(char *s, struct interface **interfaces,
       last_iface->next = iface;
     }
     last_iface = iface;
-    DEBUG(1,("Added %s ip=%s ",description,inet_ntoa(iface->ip)));
-    DEBUG(1,("bcast=%s ",inet_ntoa(iface->bcast)));
-    DEBUG(1,("nmask=%s\n",inet_ntoa(iface->nmask)));        
+    DEBUG(2,("Added %s ip=%s ",description,inet_ntoa(iface->ip)));
+    DEBUG(2,("bcast=%s ",inet_ntoa(iface->bcast)));
+    DEBUG(2,("nmask=%s\n",inet_ntoa(iface->nmask)));        
   }
 
   if (*interfaces) return;