From 7421ff15d50c2391f933748051a0280749727b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sat, 21 Nov 2015 14:51:31 +0100 Subject: [PATCH] sendGraph: Clarify connection failed message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- scripts/sendGraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sendGraph.py b/scripts/sendGraph.py index 9b03d5b..1c43f2f 100755 --- a/scripts/sendGraph.py +++ b/scripts/sendGraph.py @@ -94,7 +94,7 @@ def connect(): return con except: - print('Failed!') + print('Connection failed!') print(traceback.format_exc()) sys.exit(1)