Skip to content
Snippets Groups Projects
Commit bb8dca0f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Yandex gibt nun Zielführende Fehlermeldungen

parent c7c1ddad
No related branches found
No related tags found
1 merge request!750Development
......@@ -69,8 +69,7 @@ class Yandex extends Searchengine
$next->getString .= "&page=" . ($metager->getPage() + 1);
$next->hash = md5($next->host . $next->getString . $next->port . $next->name);
} catch (\Exception $e) {
Log::error("A problem occurred parsing results from $this->name:");
Log::error($e->getMessage());
Log::error("A problem occurred parsing results from $this->name:\n" . $e->getMessage() . "\n" . $result);
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment