Author: andar

Revision: 4962

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

Diff:
Modified: branches/1.1.0_RC/ChangeLog
===================================================================
--- branches/1.1.0_RC/ChangeLog 2009-03-31 01:16:17 UTC (rev 4961)
+++ branches/1.1.0_RC/ChangeLog 2009-03-31 18:26:40 UTC (rev 4962)
@@ -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 ====

Modified: branches/1.1.0_RC/deluge/main.py
===================================================================
--- branches/1.1.0_RC/deluge/main.py    2009-03-31 01:16:17 UTC (rev 4961)
+++ branches/1.1.0_RC/deluge/main.py    2009-03-31 18:26:40 UTC (rev 4962)
@@ -186,10 +186,6 @@
 
     # 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



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to