From ac91d31a1404e3e797730edbad68313492664cb2 Mon Sep 17 00:00:00 2001
From: Nigel Kukard <nkukard@lbsd.net>
Date: Sun, 12 Jan 2014 21:09:51 +0000
Subject: [PATCH] Display total number of items that need flushing

---
 opentrafficshaper/plugins/statistics/statistics.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentrafficshaper/plugins/statistics/statistics.pm b/opentrafficshaper/plugins/statistics/statistics.pm
index 73ab7f5..cd546de 100644
--- a/opentrafficshaper/plugins/statistics/statistics.pm
+++ b/opentrafficshaper/plugins/statistics/statistics.pm
@@ -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,
-- 
GitLab