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 aae90b0080..e50f57ae1d 100644 --- a/isisd/isis_csm.c +++ b/isisd/isis_csm.c @@ -139,11 +139,11 @@ isis_csm_state_change(int event, struct isis_circuit *circuit, void *arg) isis_circuit_if_add(circuit, (struct interface *)arg); if (isis_circuit_up(circuit) != ISIS_OK) { flog_err( - ISIS_ERR_CONFIG, + EC_ISIS_CONFIG, "Could not bring up %s because of invalid config.", circuit->interface->name); flog_err( - ISIS_ERR_CONFIG, + EC_ISIS_CONFIG, "Clearing config for %s. Please re-examine it.", circuit->interface->name); if (circuit->ip_router) { |
