mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
importing: "nlmanager: changing log level info->debug for TXed messages"
Ticket: CM-11708 Reviewed By: Roopa, Daniel Testing Done: Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@ -137,7 +137,7 @@ class NetlinkManager(object):
|
||||
# packet via the decode_packet call...so avoid printing
|
||||
# two messages for one packet.
|
||||
if not nlpacket.debug:
|
||||
log.info("TXed %12s, pid %d, seq %d, %d bytes" %
|
||||
log.debug("TXed %12s, pid %d, seq %d, %d bytes" %
|
||||
(nlpacket.get_type_string(), nlpacket.pid, nlpacket.seq, nlpacket.length))
|
||||
|
||||
header_PACK = NetlinkPacket.header_PACK
|
||||
|
Reference in New Issue
Block a user