]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
nlmanager: changing log level to debug for RXed messages
authorJulien Fortin <julien@cumulusnetworks.com>
Mon, 18 Jul 2016 09:45:45 +0000 (10:45 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Mon, 18 Jul 2016 09:45:45 +0000 (10:45 +0100)
Ticket: CM-11857
Reviewed By: Daniel, Roopa
Testing Done:

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
nlmanager/nlmanager.py

index 87aea3b457f4c4828817622624f68bc0e68b071a..fca9a7288cb4dc730f408fd31b156cae0be3b6ba 100644 (file)
@@ -223,7 +223,7 @@ class NetlinkManager(object):
                         # packet via the decode_packet call...so avoid printing
                         # two messages for one packet.
                         if not nlpacket.debug:
-                            log.info(debug_str)
+                            log.debug(debug_str)
 
                         if msgtype == RTM_NEWLINK or msgtype == RTM_DELLINK:
                             msg = Link(msgtype, nlpacket.debug)