mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
[Daemon] Fix showing translation warning messages
Disable the warn_msg in daemon_entry since the argparse option are all marked for translation and warnings are being output. The original intent of this warn_msg was to identify anything in core code that was incorrectly marked for translation.
This commit is contained in:
parent
fd20addead
commit
2ca683e8fe
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ def start_daemon(skip_start=False):
|
||||||
deluge.core.daemon.Daemon: A new daemon object
|
deluge.core.daemon.Daemon: A new daemon object
|
||||||
|
|
||||||
"""
|
"""
|
||||||
setup_mock_translation(warn_msg=True)
|
setup_mock_translation()
|
||||||
|
|
||||||
# Setup the argument parser
|
# Setup the argument parser
|
||||||
parser = ArgParserBase()
|
parser = ArgParserBase()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue