mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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
|
||||
|
||||
"""
|
||||
setup_mock_translation(warn_msg=True)
|
||||
setup_mock_translation()
|
||||
|
||||
# Setup the argument parser
|
||||
parser = ArgParserBase()
|
||||
|
|
Loading…
Add table
Reference in a new issue