diff options
Diffstat (limited to 'isisd/isis_dr.c')
-rw-r--r-- | isisd/isis_dr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_dr.c b/isisd/isis_dr.c index 7be530750..8df130486 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c @@ -264,7 +264,7 @@ int isis_dr_commence(struct isis_circuit *circuit, int level) { uint8_t old_dr[ISIS_SYS_ID_LEN + 2]; - if (isis->debugs & DEBUG_EVENTS) + if (IS_DEBUG_EVENTS) zlog_debug("isis_dr_commence l%d", level); /* Lets keep a pause in DR election */ |