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:
@@ -62,7 +62,7 @@ class mstpctlutil(utilsBase):
|
|||||||
bridgeattrs['treeprio'] = int(bridgeattrs.get('bridgeid',
|
bridgeattrs['treeprio'] = int(bridgeattrs.get('bridgeid',
|
||||||
'').split('.')[0], base=16) * 4096
|
'').split('.')[0], base=16) * 4096
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
self.logger.warn(str(e))
|
self.logger.info(str(e))
|
||||||
pass
|
pass
|
||||||
return bridgeattrs
|
return bridgeattrs
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user