From ca1d58479cc9736dfc8f414e7eeb08168a266e94 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 1 Mar 2014 13:33:21 +0100 Subject: [PATCH] added more temp triggers --- application/plugins/Karma.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/plugins/Karma.php b/application/plugins/Karma.php index 3a864020..66b625e4 100644 --- a/application/plugins/Karma.php +++ b/application/plugins/Karma.php @@ -594,6 +594,8 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { } } else { $this->maniaControl->log($error); + //TODO remove temp trigger + $this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $error); } }, "application/json", 1000); } @@ -621,6 +623,8 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin { $this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $data->data->message); } } else { + //TODO remove temp trigger + $this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $error); $this->maniaControl->log($error); } }, "application/json", 1000);