mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +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 ====
|
==== GtkUI ====
|
||||||
* Fix high cpu usage when displaying speeds in titlebar
|
* Fix high cpu usage when displaying speeds in titlebar
|
||||||
|
|
||||||
|
==== WebUI ====
|
||||||
|
* Fix starting when -l option is used
|
||||||
|
|
||||||
=== Deluge 1.1.7 - (25 April 2009) ===
|
=== Deluge 1.1.7 - (25 April 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
* Fix issue where cannot resume torrent after doing a 'Pause All'
|
||||||
|
|
|
@ -104,10 +104,6 @@ def start_ui():
|
||||||
|
|
||||||
# Setup the logger
|
# Setup the logger
|
||||||
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
|
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()
|
version = deluge.common.get_version()
|
||||||
if deluge.common.get_revision() != "":
|
if deluge.common.get_revision() != "":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue