Author: andar

Revision: 5249

Log:
        Fix starting when -l option is used

Diff:
Modified: branches/1.1.0_RC/ChangeLog
===================================================================
--- branches/1.1.0_RC/ChangeLog 2009-05-09 03:18:54 UTC (rev 5248)
+++ branches/1.1.0_RC/ChangeLog 2009-05-09 03:28:43 UTC (rev 5249)
@@ -6,6 +6,9 @@
 ==== GtkUI ====
   * Fix high cpu usage when displaying speeds in titlebar
 
+==== WebUI ====
+  * Fix starting when -l option is used
+
 === Deluge 1.1.7 - (25 April 2009) ===
 ==== Core ====
   * Fix issue where cannot resume torrent after doing a 'Pause All'

Modified: branches/1.1.0_RC/deluge/main.py
===================================================================
--- branches/1.1.0_RC/deluge/main.py    2009-05-09 03:18:54 UTC (rev 5248)
+++ branches/1.1.0_RC/deluge/main.py    2009-05-09 03:28:43 UTC (rev 5249)
@@ -104,10 +104,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
 
     version = deluge.common.get_version()
     if deluge.common.get_revision() != "":



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