diff --git a/glances/stats.py b/glances/stats.py index 36149019..ce320781 100644 --- a/glances/stats.py +++ b/glances/stats.py @@ -106,7 +106,7 @@ class GlancesStats(object): except Exception as e: # If a plugin can not be log, display a critical message # on the console but do not crash - logger.critical("Error while initializing the {} plugin ({}})".format(name, e)) + logger.critical("Error while initializing the {} plugin ({})".format(name, e)) logger.error(traceback.format_exc()) def load_plugins(self, args=None):