diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-17 19:20:45 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-17 19:20:45 -0400 |
| commit | 0f6c16fbe66c84b38263c1c0e29b1db429f614de (patch) | |
| tree | 729231866b83bf159a350d67039959bb6387705b /eigrpd/eigrp_packet.c | |
| parent | f90f65a242e18ad2ae1229853f904227cc36900a (diff) | |
eigrpd: Cleanup some more debugs
Properly place a few more debugs.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'eigrpd/eigrp_packet.c')
| -rw-r--r-- | eigrpd/eigrp_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eigrpd/eigrp_packet.c b/eigrpd/eigrp_packet.c index cd677f1ae6..adea165f48 100644 --- a/eigrpd/eigrp_packet.c +++ b/eigrpd/eigrp_packet.c @@ -903,7 +903,7 @@ void eigrp_packet_header_init(int type, struct eigrp_interface *ei, // eigrph->sequence = htonl(3); eigrph->flags = htonl(flags); - if (IS_DEBUG_EIGRP_TRANSMIT(0, RECV)) + if (IS_DEBUG_EIGRP_TRANSMIT(0, PACKET_DETAIL)) zlog_debug("Packet Header Init Seq [%u] Ack [%u]", htonl(eigrph->sequence), htonl(eigrph->ack)); |
