From d64e0aa9d1d48cd5a6ea94b11dbdd406565af574 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Mon, 26 May 2014 14:18:36 +0200 Subject: [PATCH] No boring message if Batinfo is not found... --- glances/plugins/glances_batpercent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/plugins/glances_batpercent.py b/glances/plugins/glances_batpercent.py index 72dd716e..fe792536 100644 --- a/glances/plugins/glances_batpercent.py +++ b/glances/plugins/glances_batpercent.py @@ -92,7 +92,7 @@ class glancesGrabBat: self.bat_list = [] self.update() except Exception as e: - print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e) + # print(_("Warning: Can not grab batterie sensor. Missing BatInfo lib (%s).") % e) self.initok = False