diff options
Diffstat (limited to 'isisd/isis_dr.c')
-rw-r--r-- | isisd/isis_dr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isisd/isis_dr.c b/isisd/isis_dr.c index a5891f945..335946c85 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c @@ -307,7 +307,8 @@ isis_dr_commence (struct isis_circuit *circuit, int level) { u_char old_dr[ISIS_SYS_ID_LEN + 2]; - zlog_debug ("isis_dr_commence l%d", level); + if (isis->debugs & DEBUG_EVENTS) + zlog_debug ("isis_dr_commence l%d", level); /* Lets keep a pause in DR election */ circuit->u.bc.run_dr_elect[level - 1] = 0; |