Skip to content

Commit 67f0665

Browse files
committed
Fixed issue related to logging
1 parent a6cff5e commit 67f0665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hcf_backend/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def flush(self, slot=None):
4040
slot_obj = self._frontier.get(slot)
4141
slot_obj.flush()
4242
self._links_to_flush_count[slot] = 0
43-
LOG.info('Flushed %d link(s) to slot %s', slot)
43+
LOG.info('Flushed %d link(s) to slot %s', n_links_to_flush, slot)
4444

4545
return n_links_to_flush
4646

0 commit comments

Comments
 (0)