Fix logging typo

This commit is contained in:
Andrew Resch 2008-07-21 09:40:39 +00:00
parent dbd476171c
commit 9be504e2dd
1 changed files with 1 additions and 1 deletions

View File

@ -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: