1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

'this is an ACK' message should be log.debug() not log.info()

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2016-06-24 00:51:26 +01:00
parent ea2bf79dcf
commit 5b7f45794f

View File

@ -213,7 +213,7 @@ class NetlinkManager(object):
else:
raise NetlinkError(debug_str)
else:
log.info(debug_str + '...this is an ACK')
log.debug(debug_str + '...this is an ACK')
return msgs
# No ACK...create a nlpacket object and append it to msgs