Merge "Fix missing parameter in log message"

This commit is contained in:
Zuul 2020-01-19 06:01:01 +00:00 committed by Gerrit Code Review
commit 6fc2c37844

View File

@ -286,7 +286,7 @@ class Manager(manager.Manager):
return self._get_repl_offset()
def wait_for_txn(self, context, txn):
LOG.info("Waiting on repl offset '%s'."), txn
LOG.info("Waiting on repl offset '%s'.", txn)
def _wait_for_txn():
current_offset = self._get_repl_offset()