]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
fix redis mutual exclusion
[netdata.git] / plugins.d / python.d.plugin
index 74e19063a87a0ff13ee5e8e10393beebe73175ce..5186d8ba03ec2cf767282c7cf51118b05fdf4785 100755 (executable)
@@ -289,7 +289,7 @@ class PythonCharts(object):
             self.jobs.remove(job)
             msg.info("Disabled", prefix)
         except Exception as e:
-            msg.debug("This shouldn't happen. NO " + prefix + " IN LIST:" + str(self.jobs))
+            msg.debug("This shouldn't happen. NO " + prefix + " IN LIST:" + str(self.jobs) + " ERROR: " + str(e))
 
         prefix += ": "
         if reason is None: