]> arthur.barton.de Git - netdata.git/commitdiff
typo
authorpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 08:30:01 +0000 (10:30 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 13 Jul 2016 08:30:01 +0000 (10:30 +0200)
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: