diff options
Diffstat (limited to 'module/plugins/hooks/CaptchaTrader.py')
-rw-r--r-- | module/plugins/hooks/CaptchaTrader.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |