1
0
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:
Julien Fortin
2016-07-12 00:39:44 +01:00
parent 5fd9723752
commit 6080ea9f9c

View File

@ -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