From 2c3b64a41b48f52cc721679cb108dd378cfbaf2b Mon Sep 17 00:00:00 2001 From: fragonib Date: Sun, 5 Jun 2011 16:24:21 +0200 Subject: Use new logging functions --- module/plugins/crypter/ShareLinksBiz.py | 46 ++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'module/plugins/crypter/ShareLinksBiz.py') diff --git a/module/plugins/crypter/ShareLinksBiz.py b/module/plugins/crypter/ShareLinksBiz.py index fef10b7f1..7676e9cbf 100644 --- a/module/plugins/crypter/ShareLinksBiz.py +++ b/module/plugins/crypter/ShareLinksBiz.py @@ -64,19 +64,19 @@ class ShareLinksBiz(Crypter): def isOnline(self): if "No usable content was found" in self.html: - self.log.debug("%s: File not found" % self.__name__) + self.logDebug("File not found") return False return True def isPasswordProtected(self): if re.search(r'''''', self.html): - self.log.debug("%s: Links are protected" % self.__name__) + self.logDebug("Links are protected") return True return False def isCaptchaProtected(self): if '