diff options
Diffstat (limited to 'isisd/isis_events.c')
| -rw-r--r-- | isisd/isis_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c index 52a0b9fac6..342787af30 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -158,7 +158,7 @@ void isis_circuit_is_type_set(struct isis_circuit *circuit, int newtype) if (!(newtype & circuit->area->is_type)) { flog_err( - ISIS_ERR_CONFIG, + EC_ISIS_CONFIG, "ISIS-Evt (%s) circuit type change - invalid level %s because area is %s", circuit->area->area_tag, circuit_t2string(newtype), circuit_t2string(circuit->area->is_type)); |
