Browse Source

Fix incorrect logging in Bail_Out().

tags/0.6.0
ShyPike 15 years ago
parent
commit
ca9601f7dc
  1. 2
      SABnzbd.py

2
SABnzbd.py

@ -292,7 +292,7 @@ def daemonize():
def Bail_Out(browserhost, cherryport, access=False):
"""Abort program because of CherryPy troubles
"""
logging.error(Ta('Failed to start web-interface'), Ta('Cannot find web template: %s, trying standard template'))
logging.error(Ta('Failed to start web-interface'))
if access:
panic_xport(browserhost, cherryport)
else:

Loading…
Cancel
Save