From b9b9301f6e4db89d174bd6bdabbbf7746ae21b53 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Tue, 23 Dec 2014 12:32:49 +0100
Subject: [ExpertDecoders] Fix typo (thx DKeppi)

---
 module/plugins/hooks/ExpertDecoders.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'module')

diff --git a/module/plugins/hooks/ExpertDecoders.py b/module/plugins/hooks/ExpertDecoders.py
index 1784a270c..54de8eb53 100644
--- a/module/plugins/hooks/ExpertDecoders.py
+++ b/module/plugins/hooks/ExpertDecoders.py
@@ -15,7 +15,7 @@ from module.plugins.Hook import Hook
 class ExpertDecoders(Hook):
     __name__    = "ExpertDecoders"
     __type__    = "hook"
-    __version__ = "0.02"
+    __version__ = "0.03"
 
     __config__ = [("force", "bool", "Force CT even if client is connected", False),
                   ("passkey", "password", "Access key", "")]
@@ -97,7 +97,7 @@ class ExpertDecoders(Hook):
             try:
                 res = getURL(self.API_URL,
                              post={'action': "refund", 'key': self.getConfig("passkey"), 'gen_task_id': task.data['ticket']})
-                self.logInfo(_("Request refund", res)
+                self.logInfo(_("Request refund"), res)
 
             except BadHeader, e:
                 self.logError(_("Could not send refund request"), e)
-- 
cgit v1.2.3