mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
nlmanager: changing log level to debug for RXed messages
Ticket: CM-11857 Reviewed By: Daniel, Roopa Testing Done: Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -223,7 +223,7 @@ class NetlinkManager(object):
|
|||||||
# packet via the decode_packet call...so avoid printing
|
# packet via the decode_packet call...so avoid printing
|
||||||
# two messages for one packet.
|
# two messages for one packet.
|
||||||
if not nlpacket.debug:
|
if not nlpacket.debug:
|
||||||
log.info(debug_str)
|
log.debug(debug_str)
|
||||||
|
|
||||||
if msgtype == RTM_NEWLINK or msgtype == RTM_DELLINK:
|
if msgtype == RTM_NEWLINK or msgtype == RTM_DELLINK:
|
||||||
msg = Link(msgtype, nlpacket.debug)
|
msg = Link(msgtype, nlpacket.debug)
|
||||||
|
Reference in New Issue
Block a user