Change Port plugin log message from warning to debug

pull/893/head
Nicolargo 2016-07-06 17:12:06 +02:00
parent de08dab5bb
commit 11ee0fd6bf
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class GlancesPortsList(object):
if config is None:
logger.debug("No configuration file available. Cannot load ports list.")
elif not config.has_section(self._section):
logger.warning("No [%s] section in the configuration file. Cannot load ports list." % self._section)
logger.debug("No [%s] section in the configuration file. Cannot load ports list." % self._section)
else:
logger.debug("Start reading the [%s] section in the configuration file" % self._section)