From 98c2d3e01291c75f8f7257573a362e06710d2c4b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 Aug 2010 21:21:47 +0200 Subject: string formating fix --- module/plugins/hooks/IRCInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/IRCInterface.py') diff --git a/module/plugins/hooks/IRCInterface.py b/module/plugins/hooks/IRCInterface.py index d3e0d9c40..404cf407a 100644 --- a/module/plugins/hooks/IRCInterface.py +++ b/module/plugins/hooks/IRCInterface.py @@ -72,7 +72,7 @@ class IRCInterface(Thread, Hook): def downloadFinished(self, pyfile): try: if self.getConfig("info_file"): - self.response(_("Download finished: %(name) @ %(plugin) ") % { "name" : pyfile.name, "plugin": pyfile.pluginname} ) + self.response(_("Download finished: %(name)s @ %(plugin)s ") % { "name" : pyfile.name, "plugin": pyfile.pluginname} ) except: pass -- cgit v1.2.3