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 d03f857a0c..f6175fe9a4 100644 --- a/isisd/isis_dr.c +++ b/isisd/isis_dr.c @@ -74,7 +74,8 @@ int isis_run_dr(struct thread *thread) if (circuit->circ_type != CIRCUIT_T_BROADCAST) { zlog_warn("%s: scheduled for non broadcast circuit from %s:%d", - __func__, thread->schedfrom, thread->schedfrom_line); + __func__, thread->xref->xref.file, + thread->xref->xref.line); return ISIS_WARNING; } |
