Moved "Less scary error message" patch to new location

This commit is contained in:
Gina Häußge 2014-02-15 09:58:52 +01:00
parent 04ddf30167
commit 322834b762

View file

@ -190,6 +190,8 @@ class Server():
printer.connect(port, baudrate)
try:
IOLoop.instance().start()
except KeyboardInterrupt:
logger.info("Goodbye!")
except:
logger.fatal("Now that is embarrassing... Something really really went wrong here. Please report this including the stacktrace below in OctoPrint's bugtracker. Thanks!")
logger.exception("Stacktrace follows:")