This commit is contained in:
Falkirks 2014-07-29 15:10:50 -07:00
parent 6b331535c6
commit 913c116e7b

View File

@ -1814,7 +1814,7 @@ class Server{
if(($data = json_decode($reply)) !== false and isset($data->crashId)){
$reportId = $data->crashId;
$reportUrl = $data->crashUrl;
$this->logger->emergency("The crash dump has ben automatically submitted to the Crash Archive. You can view it on $reportUrl or use the ID #$reportId.");
$this->logger->emergency("The crash dump has been automatically submitted to the Crash Archive. You can view it on $reportUrl or use the ID #$reportId.");
}
}