diff options
Diffstat (limited to 'isisd/isis_csm.c')
-rw-r--r-- | isisd/isis_csm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_csm.c b/isisd/isis_csm.c index 691d2a43f..aae90b008 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c @@ -138,11 +138,11 @@ isis_csm_state_change(int event, struct isis_circuit *circuit, void *arg) case IF_UP_FROM_Z: isis_circuit_if_add(circuit, (struct interface *)arg); if (isis_circuit_up(circuit) != ISIS_OK) { - zlog_ferr( + flog_err( ISIS_ERR_CONFIG, "Could not bring up %s because of invalid config.", circuit->interface->name); - zlog_ferr( + flog_err( ISIS_ERR_CONFIG, "Clearing config for %s. Please re-examine it.", circuit->interface->name); |