We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cff5e commit 67f0665Copy full SHA for 67f0665
hcf_backend/manager.py
@@ -40,7 +40,7 @@ def flush(self, slot=None):
40
slot_obj = self._frontier.get(slot)
41
slot_obj.flush()
42
self._links_to_flush_count[slot] = 0
43
- LOG.info('Flushed %d link(s) to slot %s', slot)
+ LOG.info('Flushed %d link(s) to slot %s', n_links_to_flush, slot)
44
45
return n_links_to_flush
46
0 commit comments