Skip to content
Snippets Groups Projects
Commit 3e36f935 authored by Alex Barth's avatar Alex Barth
Browse files

More complete error log message.

parent 299c0789
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ class PuSHSubscriber {
else {
$sub->status = $mode .' failed';
$sub->save();
$this->log("Error issuing \"$mode\" request ($code).", 'error');
$this->log("Error issuing \"$mode\" request to $hub ($code).", 'error');
}
curl_close($request);
}
......
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