Skip to content
Snippets Groups Projects
Commit a2287606 authored by Carsten  Rose's avatar Carsten Rose
Browse files

AutoCron.php: Update error message.

parent ca0b2137
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ class AutoCron {
// If there are too long running jobs: throw an exception
$rows = $this->dbArray[$this->dbIndexQfq]->sql($sql, ROW_REGULAR);
if (!empty($rows)) {
echo 'Fix problem on the following AutoCron job and clear cron.inProgress of that job.';
echo implode(PHP_EOL, $rows[0]);
}
}
......
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