Fix #862 deluged crash when access http://localhost:58846
This commit is contained in:
parent
ea4ed3c880
commit
1da46653e6
@ -2,6 +2,7 @@
|
|||||||
==== Core ====
|
==== Core ====
|
||||||
* Fix udp trackers being classified as DHT source
|
* Fix udp trackers being classified as DHT source
|
||||||
* Fix #855 force a resume on a torrent if a 'Force Recheck' is initiated
|
* 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) ===
|
=== Deluge 1.1.5 - (16 March 2009) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
|
|||||||
@ -186,10 +186,6 @@ def start_daemon():
|
|||||||
|
|
||||||
# Setup the logger
|
# Setup the logger
|
||||||
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
|
deluge.log.setupLogger(level=options.loglevel, filename=options.logfile)
|
||||||
if options.logfile:
|
|
||||||
sys.stdout = None
|
|
||||||
sys.stderr = None
|
|
||||||
sys.stdin = None
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from deluge.core.daemon import Daemon
|
from deluge.core.daemon import Daemon
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user