diff options
Diffstat (limited to 'isisd/isis_tx_queue.c')
| -rw-r--r-- | isisd/isis_tx_queue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_tx_queue.c b/isisd/isis_tx_queue.c index 27e57db16c..1424b55bdc 100644 --- a/isisd/isis_tx_queue.c +++ b/isisd/isis_tx_queue.c @@ -144,7 +144,7 @@ void _isis_tx_queue_add(struct isis_tx_queue *queue, if (!queue) return; - if (isis->debugs & DEBUG_TX_QUEUE) { + if (IS_DEBUG_TX_QUEUE) { zlog_debug("Add LSP %s to %s queue as %s LSP. (From %s %s:%d)", rawlspid_print(lsp->hdr.lsp_id), queue->circuit->interface->name, @@ -183,7 +183,7 @@ void _isis_tx_queue_del(struct isis_tx_queue *queue, struct isis_lsp *lsp, if (!e) return; - if (isis->debugs & DEBUG_TX_QUEUE) { + if (IS_DEBUG_TX_QUEUE) { zlog_debug("Remove LSP %s from %s queue. (From %s %s:%d)", rawlspid_print(lsp->hdr.lsp_id), queue->circuit->interface->name, |
