]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
ifupdownaddons: modulebase: move port expr message to debug
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Sun, 24 Apr 2016 05:31:13 +0000 (22:31 -0700)
committerRoopa Prabhu <roopa@cumulusnetworks.com>
Sun, 24 Apr 2016 05:34:58 +0000 (22:34 -0700)
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
ifupdownaddons/modulebase.py

index b6c8d78d28f635c59130a4f8b363cc7a0ae65fc9..7236d353cf470d6e913bb7c50d9daffca9b21eac 100644 (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':