From da555afa978a51e9dcc1aa8aa1c2118adaed3483 Mon Sep 17 00:00:00 2001 From: Nicolas CROUZET - SFME/LGLS Date: Thu, 26 Mar 2020 14:08:40 +0100 Subject: [PATCH] display a message only on debug mode --- bin/PortManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/PortManager.py b/bin/PortManager.py index a00d49304..6ca830f8b 100644 --- a/bin/PortManager.py +++ b/bin/PortManager.py @@ -155,7 +155,7 @@ def getPort(preferredPort=None): with open(config_file, 'rb') as f: config = pickle.load(f) except: - logger.info("Problem loading PortManager file: %s"%config_file) + logger.debug("Problem loading PortManager file: %s"%config_file) # In this case config dictionary is reset logger.debug("load config: %s"%str(config)) -- 2.39.2