diff --git a/zun/objects/volume_mapping.py b/zun/objects/volume_mapping.py index f5bd487fb..1ebb8d4e9 100644 --- a/zun/objects/volume_mapping.py +++ b/zun/objects/volume_mapping.py @@ -264,10 +264,9 @@ class VolumeMapping(base.ZunPersistentObject, base.ZunObject): raise exception.OrphanedObjectError(method='obj_load_attr', objtype=self.obj_name()) - LOG.debug("Lazy-loading '%(attr)s' on %(name)s uuid %(uuid)s", + LOG.debug("Lazy-loading '%(attr)s' on %(name)s", {'attr': attrname, 'name': self.obj_name(), - 'uuid': self.uuid, }) if attrname in VOLUME_ATTRS: