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

Base gibt nun Zielführende Fehlermeldungen

parent f59d62ce
No related branches found
No related tags found
1 merge request!750Development
...@@ -55,8 +55,7 @@ class BASE extends Searchengine ...@@ -55,8 +55,7 @@ class BASE extends Searchengine
} }
} }
} catch (\Exception $e) { } catch (\Exception $e) {
Log::error("A problem occurred parsing results from $this->name:"); Log::error("A problem occurred parsing results from $this->name:\n" . $e->getMessage() . "\n" . $result);
Log::error($e->getMessage());
return; 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