1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

change a debug level

(This used to be commit d8b896a90f)
This commit is contained in:
Andrew Tridgell
1997-11-01 08:13:54 +00:00
parent 92fcced605
commit 0024725005

View 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;