From 6b9fa320806ce8a734d865ebcb8052ba0e50c527 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 21:01:38 +0000 Subject: Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, several debug() calls converted to DBG(). --- nest/iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/iface.c') diff --git a/nest/iface.c b/nest/iface.c index cf91833..0ba6bef 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -426,7 +426,7 @@ auto_router_id(void) j = i; if (!j) die("Cannot determine router ID (no suitable network interface found), please configure it manually"); - log(L_INFO, "Guessed router ID %I according to interface %s", j->addr->ip, j->name); + log(L_INFO "Guessed router ID %I according to interface %s", j->addr->ip, j->name); config->router_id = ipa_to_u32(j->addr->ip); #endif } -- cgit v1.2.3