diff --git a/SABnzbd.py b/SABnzbd.py index dbbd96f..29d3afb 100755 --- a/SABnzbd.py +++ b/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: