From 6fbc35ec32e7042a26f657a35ce9862acc5cbc76 Mon Sep 17 00:00:00 2001 From: gdd Date: Mon, 27 Feb 2012 10:08:59 +0000 Subject: [PATCH] Some info messages are now debug ones --- src/SalomeApp/salome_pluginsmanager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SalomeApp/salome_pluginsmanager.py b/src/SalomeApp/salome_pluginsmanager.py index 8426d4c13..1e65ce4b7 100644 --- a/src/SalomeApp/salome_pluginsmanager.py +++ b/src/SalomeApp/salome_pluginsmanager.py @@ -169,7 +169,7 @@ class PluginsManager: rootpath=os.environ[key] dirpath=os.path.join(rootpath,PLUGIN_PATH_PATTERN) if os.path.isdir(dirpath) and dirpath not in self.plugindirs: - logger.info("Looking for plugins in the directory %s ..."%dirpath) + logger.debug("Looking for plugins in the directory %s ..."%dirpath) walktree(dirpath,self.analyseFile) # USER plugins directory @@ -220,7 +220,7 @@ class PluginsManager: dirpath=os.path.dirname(filename) if dirpath not in self.plugindirs: self.plugindirs.append(dirpath) - logger.info("The directory %s has been added to plugin paths"%dirpath) + logger.debug("The directory %s has been added to plugin paths"%dirpath) def AddFunction(self,name,description,script): """ Add a plugin function -- 2.39.2