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

ifupdownaddons: mstpctlutil: changing log level to catch subprocess exception.

This commit is contained in:
Julien Fortin
2016-04-19 15:05:34 +02:00
parent 83be0f8af8
commit 0605af50a3

View File

@ -62,7 +62,7 @@ class mstpctlutil(utilsBase):
bridgeattrs['treeprio'] = int(bridgeattrs.get('bridgeid',
'').split('.')[0], base=16) * 4096
except Exception, e:
self.logger.warn(str(e))
self.logger.info(str(e))
pass
return bridgeattrs