From d1677a855fb56e07803cff8fac908d9459ec4518 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 26 Jan 2008 13:24:42 +0000 Subject: [PATCH] Fix debug message. --- deluge/core/torrentmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/core/torrentmanager.py b/deluge/core/torrentmanager.py index 60e7d1bee..f0c154a4d 100644 --- a/deluge/core/torrentmanager.py +++ b/deluge/core/torrentmanager.py @@ -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