]> arthur.barton.de Git - netdata.git/commitdiff
module errors start with module name
authorpaulfantom <paulfantom@gmail.com>
Tue, 14 Jun 2016 17:54:40 +0000 (19:54 +0200)
committerpaulfantom <paulfantom@gmail.com>
Tue, 14 Jun 2016 19:27:19 +0000 (21:27 +0200)
python.d/mysql.chart.py

index a86f3ce988468eccc2dbcd48525f05ed4498a064..7ca85b629acbf4e9511630d742b5810f4177f047 100644 (file)
@@ -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 = [
     {