debug log on dedi time insert fail

This commit is contained in:
kremsy 2017-05-21 21:26:25 +02:00
parent 7cd0b8f17e
commit 0ef9d2c2a1

View File

@ -279,6 +279,7 @@ class DedimaniaWebHandler {
// Called method response
if (!$methodResponse[0]) {
Logger::logError("Records Plugin: Submitting dedimania records failed.");
Logger::logError(json_encode($data));
} else {
Logger::logInfo("Dedimania Times succesfully submitted");
}