Merge "Fix log format error in lazy-load message"

This commit is contained in:
Jenkins 2013-09-28 04:59:35 +00:00 committed by Gerrit Code Review
commit 1758d2059c
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ class Instance(base.NovaPersistentObject, base.NovaObject):
action='obj_load_attr',
reason='attribute %s not lazy-loadable' % attrname)
LOG.debug(_("Lazy-loading `%(attr)s' on %(name) uuid %(uuid)s"),
LOG.debug(_("Lazy-loading `%(attr)s' on %(name)s uuid %(uuid)s"),
{'attr': attrname,
'name': self.obj_name(),
'uuid': self.uuid,