From ffd38f027ed103f7b39ec78c6af0d182774950a4 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 19 Oct 2015 04:48:07 +0200 Subject: Spare fixes --- module/plugins/internal/Captcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Captcha.py') diff --git a/module/plugins/internal/Captcha.py b/module/plugins/internal/Captcha.py index 5993f0771..e0518f67b 100644 --- a/module/plugins/internal/Captcha.py +++ b/module/plugins/internal/Captcha.py @@ -112,7 +112,7 @@ class Captcha(Plugin): os.remove(tmp_img.name) except OSError, e: - self.log_warning(_("Error removing: %s") % tmp_img.name, e) + self.log_warning(_("Error removing `%s`") % tmp_img.name, e) #self.log_info(_("Captcha result: ") + result) #@TODO: Remove from here? -- cgit v1.2.3