]> arthur.barton.de Git - netdata.git/commitdiff
minor change in notification
authorpaulfantom <paulfantom@gmail.com>
Sun, 19 Jun 2016 16:04:02 +0000 (18:04 +0200)
committerpaulfantom <paulfantom@gmail.com>
Sun, 19 Jun 2016 16:04:02 +0000 (18:04 +0200)
plugins.d/python.d.plugin

index 4b5e6ae2eaae173f3019a1041aefb91e7adc60ba..7c3aba2a5243728759f184f30f1d549320469387 100755 (executable)
@@ -23,7 +23,7 @@ except (AssertionError, ImportError):
         PY_VERSION = 2
         sys.stderr.write('python.d.plugin: Using python 2\n')
     except (AssertionError, ImportError):
-        sys.stderr.write('python.d.plugin: Not supported python version. Needed python >= 3.1\n')
+        sys.stderr.write('python.d.plugin: Cannot start. No importlib.machinery on python3 or lack of imp on python2\n')
         sys.stdout.write('DISABLE\n')
         sys.exit(1)
 try: