Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hcf_backend/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix doesn't apply anymore.


return n_links_to_flush

Expand Down