Merge "Fix missing parameter in log message"
This commit is contained in:
commit
6fc2c37844
@ -286,7 +286,7 @@ class Manager(manager.Manager):
|
|||||||
return self._get_repl_offset()
|
return self._get_repl_offset()
|
||||||
|
|
||||||
def wait_for_txn(self, context, txn):
|
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():
|
def _wait_for_txn():
|
||||||
current_offset = self._get_repl_offset()
|
current_offset = self._get_repl_offset()
|
||||||
|
Loading…
Reference in New Issue
Block a user