mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix #862 deluged crash when access http://localhost:58846
This commit is contained in:
parent
ea4ed3c880
commit
1da46653e6
2 changed files with 1 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
==== Core ====
|
||||
* Fix udp trackers being classified as DHT source
|
||||
* Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
|
||||
* Fix #862 deluged crash when access http://localhost:58846
|
||||
|
||||
=== Deluge 1.1.5 - (16 March 2009) ===
|
||||
==== Core ====
|
||||
|
|
|
@ -186,10 +186,6 @@ def start_daemon():
|
|||
|
||||
# Setup the logger
|
||||
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
|
||||
if options.logfile:
|
||||
sys.stdout = None
|
||||
sys.stderr = None
|
||||
sys.stdin = None
|
||||
|
||||
try:
|
||||
from deluge.core.daemon import Daemon
|
||||
|
|
Loading…
Add table
Reference in a new issue