]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
typo
[netdata.git] / plugins.d / python.d.plugin
index b314e1b09541d784ae7fe2f57053e46c38f6ba66..7683ae55fb0941c4e00132f0a71d494b0d4a7265 100755 (executable)
@@ -332,7 +332,7 @@ class PythonCharts(object):
                     try:
                         if job.override_name is not None:
                             job.name = job.override_name
-                            msg.debug(job.chart_name + " changing chart name to: " + job.__module__ + job.name)
+                            msg.debug(job.chart_name + " changing chart name to: " + job.__module__ + '_' + job.name)
                             job.chart_name = job.__module__ + '_' + job.name
                             overridden.append(job.name)
                     except Exception: