From faae75ed40d608d3fd734d5ffc2d786107c367a9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 17 May 2017 11:56:43 +0200 Subject: cron: Clear stucklist on reboot --- apis/cron.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apis') diff --git a/apis/cron.inc.php b/apis/cron.inc.php index b727b21f..7431e9ef 100644 --- a/apis/cron.inc.php +++ b/apis/cron.inc.php @@ -17,7 +17,7 @@ define('CRON_KEY_BLOCKED', 'cron.key.blocked'); if (($report = Request::get('crashreport', false, 'string'))) { $list = Property::getList(CRON_KEY_STATUS); if (empty($list)) { - error_log('Cron crashreport triggered but no cronjob marked active.'); + error_log('Cron crash report triggered but no cronjob marked active.'); exit(0); } $str = array(); -- cgit v1.2.3-55-g7522