1
0
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:
Roopa Prabhu
2016-04-23 22:31:13 -07:00
parent d770f1d53b
commit 77d9d6645a

View File

@ -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':