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/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginManager.py') diff --git a/module/PluginManager.py b/module/PluginManager.py index 7e1c663de..29c01ce21 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -282,7 +282,7 @@ class PluginManager(): try: module = __import__(value["path"], globals(), locals(), [value["name"]] , -1) except Exception, e: - self.log.error(_("Error importing %(name): %(msg)") % {"name": name, "msg": str(e) }) + self.log.error(_("Error importing %(name)s: %(msg)s") % {"name": name, "msg": str(e) }) self.log.error(_("You should fix dependicies or deactivate load on startup.")) continue -- cgit v1.2.3