mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix logging typo
This commit is contained in:
parent
dbd476171c
commit
9be504e2dd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue