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:
@ -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
|
||||
|
Reference in New Issue
Block a user