mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Fix debug message.
This commit is contained in:
parent
a55dcc8099
commit
d1677a855f
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ class TorrentManager(component.Component):
|
||||||
filedump = lt.bdecode(_file.read())
|
filedump = lt.bdecode(_file.read())
|
||||||
_file.close()
|
_file.close()
|
||||||
except (IOError, RuntimeError), e:
|
except (IOError, RuntimeError), e:
|
||||||
log.warning("Unable to open %s: e", filename, e)
|
log.warning("Unable to open %s: %s", filename, e)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
return filedump
|
return filedump
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue