mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-22 10:09:14 +00:00
Fix #862 deluged crash when access http://localhost:58846
This commit is contained in:
parent
ea4ed3c880
commit
1da46653e6
2 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue