added more temp triggers
This commit is contained in:
parent
671f057ccc
commit
ca1d58479c
@ -594,6 +594,8 @@ class KarmaPlugin implements CallbackListener, TimerListener, Plugin {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$this->maniaControl->log($error);
|
$this->maniaControl->log($error);
|
||||||
|
//TODO remove temp trigger
|
||||||
|
$this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $error);
|
||||||
}
|
}
|
||||||
}, "application/json", 1000);
|
}, "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);
|
$this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $data->data->message);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
//TODO remove temp trigger
|
||||||
|
$this->maniaControl->errorHandler->triggerDebugNotice("Error while authenticating on Mania-Exchange Karma " . $error);
|
||||||
$this->maniaControl->log($error);
|
$this->maniaControl->log($error);
|
||||||
}
|
}
|
||||||
}, "application/json", 1000);
|
}, "application/json", 1000);
|
||||||
|
Loading…
Reference in New Issue
Block a user