mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix starting when -l option is used
This commit is contained in:
parent
5cbf30aef8
commit
d8e397c65a
2 changed files with 3 additions and 4 deletions
|
@ -6,6 +6,9 @@
|
|||
==== GtkUI ====
|
||||
* Fix high cpu usage when displaying speeds in titlebar
|
||||
|
||||
==== WebUI ====
|
||||
* Fix starting when -l option is used
|
||||
|
||||
=== Deluge 1.1.7 - (25 April 2009) ===
|
||||
==== Core ====
|
||||
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
||||
|
|
|
@ -104,10 +104,6 @@ def start_ui():
|
|||
|
||||
# Setup the logger
|
||||
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
|
||||
if options.logfile:
|
||||
sys.stdout = None
|
||||
sys.stderr = None
|
||||
sys.stdin = None
|
||||
|
||||
version = deluge.common.get_version()
|
||||
if deluge.common.get_revision() != "":
|
||||
|
|
Loading…
Add table
Reference in a new issue