better message
This commit is contained in:
parent
01f76d0e08
commit
4aa822d0f6
@ -73,7 +73,7 @@ $error=0;
|
|||||||
$now=dol_now();
|
$now=dol_now();
|
||||||
|
|
||||||
@set_time_limit(0);
|
@set_time_limit(0);
|
||||||
print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." ***** userlogin=" . $userlogin . " ***** " . $now . " *****\n";
|
print "***** ".$script_file." (".$version.") pid=".dol_getmypid()." ***** userlogin=" . $userlogin . " ***** " . dol_print_date($now, 'dayrfc') . " *****\n";
|
||||||
|
|
||||||
// Check module cron is activated
|
// Check module cron is activated
|
||||||
if (empty($conf->cron->enabled))
|
if (empty($conf->cron->enabled))
|
||||||
@ -215,6 +215,10 @@ if(is_array($qualifiedjobs) && (count($qualifiedjobs)>0))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
echo "cron_run_jobs.php no qualified job found\n";
|
||||||
|
}
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user