Fix string formatting

This commit is contained in:
2017-04-24 15:37:24 +04:30
parent 62f66a9b3c
commit 896484244c

View File

@ -296,7 +296,7 @@ def main():
print("")
except Exception as e:
print('%s' % (server, e))
print('%s: %s' % (server, e))
sys.exit(1)