Skip to content

Commit

Permalink
Fixed issue related to logging
Browse files Browse the repository at this point in the history
starrify committed Jun 6, 2019
1 parent a6cff5e commit 67f0665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcf_backend/manager.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 67f0665

Please sign in to comment.