diff --git a/ChangeLog b/ChangeLog index d94b65e59..27bb141d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ==== diff --git a/deluge/main.py b/deluge/main.py index 99614d0cd..cae642449 100644 --- a/deluge/main.py +++ b/deluge/main.py @@ -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