summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/LinkdecrypterCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/LinkdecrypterCom.py')
-rw-r--r--module/plugins/hooks/LinkdecrypterCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/LinkdecrypterCom.py b/module/plugins/hooks/LinkdecrypterCom.py
index 6194f67f1..0c5f6e754 100644
--- a/module/plugins/hooks/LinkdecrypterCom.py
+++ b/module/plugins/hooks/LinkdecrypterCom.py
@@ -21,7 +21,7 @@ class LinkdecrypterCom(Hook):
try:
self.loadPatterns()
except Exception, e:
- self.logError(str(e))
+ self.logError(e)
def loadPatterns(self):