From 67f066516f02e548ec4a5c8c7dab6cc876304ed5 Mon Sep 17 00:00:00 2001 From: Pengyu Chen Date: Thu, 6 Jun 2019 07:58:45 +0100 Subject: [PATCH] Fixed issue related to logging --- hcf_backend/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hcf_backend/manager.py b/hcf_backend/manager.py index 3b7ac8f..b40b67b 100644 --- a/hcf_backend/manager.py +++ b/hcf_backend/manager.py @@ -40,7 +40,7 @@ def flush(self, slot=None): slot_obj = self._frontier.get(slot) slot_obj.flush() self._links_to_flush_count[slot] = 0 - LOG.info('Flushed %d link(s) to slot %s', slot) + LOG.info('Flushed %d link(s) to slot %s', n_links_to_flush, slot) return n_links_to_flush