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_csm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'isisd/isis_csm.c') diff --git a/isisd/isis_csm.c b/isisd/isis_csm.c index 96728d5e..8e57d398 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c @@ -78,7 +78,7 @@ isis_csm_state_change (int event, struct isis_circuit *circuit, void *arg) old_state = circuit ? circuit->state : C_STATE_NA; - zlog_info ("CSM_EVENT: %s", EVENT2STR (event)); + zlog_debug ("CSM_EVENT: %s", EVENT2STR (event)); switch (old_state) { @@ -176,8 +176,8 @@ isis_csm_state_change (int event, struct isis_circuit *circuit, void *arg) zlog_warn ("Invalid circuit state %d", old_state); } - zlog_info ("CSM_STATE_CHANGE: %s -> %s ", STATE2STR (old_state), - circuit ? STATE2STR (circuit->state) : STATE2STR (C_STATE_NA)); + zlog_debug ("CSM_STATE_CHANGE: %s -> %s ", STATE2STR (old_state), + circuit ? STATE2STR (circuit->state) : STATE2STR (C_STATE_NA)); return circuit; } -- cgit v1.2.1