Commit 72bd102f authored by Devaev Maxim's avatar Devaev Maxim

Message if resieved keyboard interrupt

parent 48fa84be
......@@ -108,6 +108,7 @@ class Application(object) :
try :
self.__server.runLoop()
except (SystemExit, KeyboardInterrupt) :
logger.info("Recieved KeyboardInterrupt or SystemExit, closing...")
self.quit()
except :
logger.error("Runtime error, trying to close services")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment