Fix #862 deluged crash when access http://localhost:58846

This commit is contained in:
Andrew Resch 2009-03-31 18:26:40 +00:00
parent ea4ed3c880
commit 1da46653e6
2 changed files with 1 additions and 4 deletions

View file

@ -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 ====

View file

@ -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