mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
ifupdownaddons: modulebase: move port expr message to debug
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
@ -231,7 +231,7 @@ class moduleBase(object):
|
||||
if not port_expr:
|
||||
return None
|
||||
exprs = re.split(r'[\s\t]\s*', port_expr)
|
||||
self.logger.info('%s: evaluating port expr \'%s\''
|
||||
self.logger.debug('%s: evaluating port expr \'%s\''
|
||||
%(ifacename, str(exprs)))
|
||||
for expr in exprs:
|
||||
if expr == 'noregex':
|
||||
|
Reference in New Issue
Block a user