summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-07 14:36:22 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-07 14:36:22 +0000
commitb12b3626fd9ccc9cdf2111937b3ee344da361b1f (patch)
tree1e0a518d29ffe436809a228655f49c8fcbade6cf /source
parentbf1f8b1567cb46e3e73ae8dbb26f6228cf519c1f (diff)
downloadsamba-b12b3626fd9ccc9cdf2111937b3ee344da361b1f.tar.gz
samba-b12b3626fd9ccc9cdf2111937b3ee344da361b1f.tar.xz
samba-b12b3626fd9ccc9cdf2111937b3ee344da361b1f.zip
increase the debug level in the "added interface" debug line
Diffstat (limited to 'source')
-rw-r--r--source/lib/interface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/lib/interface.c b/source/lib/interface.c
index 940af1eccf4..147425d0fc1 100644
--- a/source/lib/interface.c
+++ b/source/lib/interface.c
@@ -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)));
}