mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 11:30:43 +00:00
Tell the user which UI was tried when unable to start
This commit is contained in:
parent
43be3e3e64
commit
3e92ff026a
@ -62,5 +62,5 @@ class UI:
|
||||
from deluge.ui.console.main import ConsoleUI
|
||||
ui = ConsoleUI(ui_args).run()
|
||||
except ImportError:
|
||||
log.error("Unable to find the requested UI. Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.")
|
||||
log.error("Unable to find the requested UI: %s. Please select a different UI with the '-u' option or alternatively use the '-s' option to select a different default UI.", selected_ui)
|
||||
sys.exit(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user