Change webstart failure error message
This commit is contained in:
@@ -263,8 +263,8 @@ def initialize(options):
|
|||||||
cherrypy.engine.signals.subscribe()
|
cherrypy.engine.signals.subscribe()
|
||||||
cherrypy.engine.start()
|
cherrypy.engine.start()
|
||||||
cherrypy.engine.block()
|
cherrypy.engine.block()
|
||||||
except IOError:
|
except IOError as e:
|
||||||
logger.error("Tautulli WebStart :: Failed to start on port: %i. Is something else running?" % options['http_port'])
|
logger.error("Tautulli WebStart :: Failed to start Tautulli: %s", e)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
cherrypy.server.wait()
|
cherrypy.server.wait()
|
||||||
|
Reference in New Issue
Block a user