Fix debug message.

This commit is contained in:
Andrew Resch 2008-01-26 13:24:42 +00:00
parent a55dcc8099
commit d1677a855f
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ class TorrentManager(component.Component):
filedump = lt.bdecode(_file.read())
_file.close()
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 filedump