From 529d65b3db6a2a79cbdf9ca3a1aa915ce5776286 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 24 Dec 2004 00:14:50 +0000 Subject: zlog_* cleanup. Level of debug messages to LOG_DEBUG. --- isisd/isis_dr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'isisd/isis_dr.c') diff --git a/isisd/isis_dr.c b/isisd/isis_dr.c index 0ee173e0..e33e78b5 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c @@ -265,7 +265,7 @@ isis_dr_resign (struct isis_circuit *circuit, int level) { u_char id[ISIS_SYS_ID_LEN + 2]; - zlog_info ("isis_dr_resign l%d", level); + zlog_debug ("isis_dr_resign l%d", level); circuit->u.bc.is_dr[level - 1] = 0; circuit->u.bc.run_dr_elect[level - 1] = 0; @@ -314,7 +314,7 @@ isis_dr_commence (struct isis_circuit *circuit, int level) { u_char old_dr[ISIS_SYS_ID_LEN + 2]; - zlog_info ("isis_dr_commence l%d", level); + zlog_debug ("isis_dr_commence l%d", level); /* Lets keep a pause in DR election */ circuit->u.bc.run_dr_elect[level - 1] = 0; -- cgit v1.2.1