]> arthur.barton.de Git - netdata.git/commitdiff
minor fixes
authorpaulfantom <paulfantom@gmail.com>
Thu, 7 Jul 2016 17:07:47 +0000 (19:07 +0200)
committerpaulfantom <paulfantom@gmail.com>
Thu, 7 Jul 2016 17:07:47 +0000 (19:07 +0200)
python.d/cpufreq.chart.py
python.d/python_modules/lm_sensors.py

index b7d912dfe0470bb97ea03b6e00bc3ad96dbd90d4..5246e3424ee85eec45ef52bbc9e17fb6048629f4 100644 (file)
@@ -44,7 +44,7 @@ class Service(SimpleService):
         try:
             self.sys_dir = str(self.configuration['sys_dir'])
         except (KeyError, TypeError):
-            self.error("No path to log specified. Using: '" + self.sys_dir + "'")
+            self.error("No path specified. Using: '" + self.sys_dir + "'")
 
         self._orig_name = self.chart_name
 
index 106cf374e7b9c8ef6451aab2a0ef2080421bcb3f..9da738879bcb061d8d273be193f704620b2521e6 100644 (file)
@@ -306,4 +306,4 @@ def iter_detected_chips(chip_name='*-*'):
         result = _get_detected_chips(byref(chip), byref(number))
         if not result:
             break
-        yield result.contents
\ No newline at end of file
+        yield result.contents