5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-18 23:49:35 +00:00

sendGraph: Clarify connection failed message

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
Johannes Löthberg 2015-11-21 14:51:31 +01:00
parent 1c92a03d4a
commit 7421ff15d5

View File

@ -94,7 +94,7 @@ def connect():
return con
except:
print('Failed!')
print('Connection failed!')
print(traceback.format_exc())
sys.exit(1)