modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-12 16:50:46 +01:00
parent 2118939281
commit f3510786e3
1 changed files with 1 additions and 1 deletions

View File

@ -215,5 +215,5 @@ if __name__ == "__main__":
tornado.ioloop.IOLoop.instance().start()
except Exception, e :
log.printL("Server Start Failed !",lvl.FAIL)
log.printL(e,lvl.FAIL)
log.printL(e.value,lvl.FAIL)
sys.exit(1)