Merge "Wrong substitution of replica ID in log message"

This commit is contained in:
Jenkins 2017-06-19 12:10:33 +00:00 committed by Gerrit Code Review
commit 5703f17f89
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class API(base.Base):
msg = _("Cannot delete last active replica.")
raise exception.ReplicationException(reason=msg)
LOG.info("Deleting replica %s.", id)
LOG.info("Deleting replica %s.", share_replica['id'])
self.db.share_replica_update(
context, share_replica['id'],