From: paulfantom Date: Tue, 14 Jun 2016 17:54:40 +0000 (+0200) Subject: module errors start with module name X-Git-Tag: v1.3.0~131^2~9 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17213e78f263161a1fa7c41109bb10e260dc745b;p=netdata.git module errors start with module name --- diff --git a/python.d/mysql.chart.py b/python.d/mysql.chart.py index a86f3ce9..7ca85b62 100644 --- a/python.d/mysql.chart.py +++ b/python.d/mysql.chart.py @@ -5,7 +5,7 @@ try: # https://github.com/PyMySQL/PyMySQL except ImportError: import sys - sys.stderr.write("You need to install PyMySQL module to use mysql.chart.py plugin") + sys.stderr.write("mysql.chart.d: You need to install PyMySQL module to use mysql.chart.py plugin") config = [ {