Skip to content
Snippets Groups Projects
Commit ac91d31a authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Display total number of items that need flushing

parent 57fe2e6e
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,7 @@ sub _session_tick
if ($res = $sthStatsBasicCleanup->execute($key, $cleanUpTo)) {
# We get 0E0 for 0 when none were removed
if ($res ne "0E0") {
$logger->log(LOG_INFO,"[STATISTICS] Cleanup key %s stats_basic %s, up to %s [%s]",
$logger->log(LOG_INFO,"[STATISTICS] Cleanup key %s stats_basic, %s items up to %s [%s]",
$key,
$res,
$cleanUpTo,
......
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