From 44063bfd99228ef1e2570750f5d2d3621698160c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 5 Jun 2011 11:52:35 +0200 Subject: closed #323 --- module/plugins/hooks/CaptchaTrader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/CaptchaTrader.py') diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py index 88b928a50..00f517751 100644 --- a/module/plugins/hooks/CaptchaTrader.py +++ b/module/plugins/hooks/CaptchaTrader.py @@ -66,7 +66,7 @@ class CaptchaTrader(Hook): if response[0] < 0: raise CaptchaTraderException(response[1]) else: - self.log.debug("CaptchaTrader: %s credits left" % response[1]) + self.logInfo(_("%s credits left") % response[1]) return response[1] def submit(self, captcha, captchaType="file", match=None): -- cgit v1.2.3