Moved "Less scary error message" patch to new location
This commit is contained in:
parent
04ddf30167
commit
322834b762
1 changed files with 2 additions and 0 deletions
|
|
@ -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:")
|
||||
|
|
|
|||
Loading…
Reference in a new issue