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.

CommentFileSizeAuthor
#2 ultimate-cron_2803913.patch544 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

vilepickle created an issue. See original summary.

Anonymous’s picture

Status: Active » Needs review
FileSize
544 bytes

  • arnested committed dff61eb on 7.x-2.x authored by vilepickle
    Issue #2803913 by vilepickle: Don't print watchdog message if cleaning...
arnested’s picture

Status: Needs review » Fixed

Seems reasonable. I have committed your patch.

Thank you for your contribution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.