summaryrefslogtreecommitdiff
path: root/source3/lib/interface.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-11-01 08:13:54 +0000
committerAndrew Tridgell <tridge@samba.org>1997-11-01 08:13:54 +0000
commit00247250052d0f7b76b0478eb08f63844cd13dc5 (patch)
treec8ab15c511a8624d375ad9205ab2ddc5ed720e52 /source3/lib/interface.c
parent92fcced605374948e2481edecaf290c5bea717d5 (diff)
downloadsamba-00247250052d0f7b76b0478eb08f63844cd13dc5.tar.gz
samba-00247250052d0f7b76b0478eb08f63844cd13dc5.tar.bz2
samba-00247250052d0f7b76b0478eb08f63844cd13dc5.zip
change a debug level
(This used to be commit d8b896a90fb693187a11456e46971c873e9f0d60)
Diffstat (limited to 'source3/lib/interface.c')
-rw-r--r--source3/lib/interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/interface.c b/source3/lib/interface.c
index 3b038dcda6..8af2696a44 100644
--- a/source3/lib/interface.c
+++ b/source3/lib/interface.c
@@ -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;