mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Fix logging typo
This commit is contained in:
parent
dbd476171c
commit
9be504e2dd
@ -191,7 +191,7 @@ class AddTorrentDialog(component.Component):
|
||||
filedump = lt.bdecode(filedump)
|
||||
_file.close()
|
||||
except Exception, e:
|
||||
log.warning("Unable to open %s: e", filename, e)
|
||||
log.warning("Unable to open %s: %s", filename, e)
|
||||
continue
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user