Fix logging typo
This commit is contained in:
parent
dbd476171c
commit
9be504e2dd
|
@ -191,7 +191,7 @@ class AddTorrentDialog(component.Component):
|
||||||
filedump = lt.bdecode(filedump)
|
filedump = lt.bdecode(filedump)
|
||||||
_file.close()
|
_file.close()
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.warning("Unable to open %s: e", filename, e)
|
log.warning("Unable to open %s: %s", filename, e)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue