This code seems to fire a watchdog message even when there are 0 released locks in ultimate_cron.lock.inc:
watchdog('ultimate_cron_lock', 'Cleaned up @count released locks', array(
'@count' => $count,
), WATCHDOG_DEBUG);
We should add a check to not print it if there are 0 released locks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ultimate-cron_2803913.patch | 544 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedvilepickle created an issue. See original summary.
Comment #2
Anonymous (not verified) commentedComment #4
arnested commentedSeems reasonable. I have committed your patch.
Thank you for your contribution!