Merge "[Trivial] Add missing ws between words"
This commit is contained in:
@@ -7909,7 +7909,7 @@ class ComputeManager(manager.Manager):
|
|||||||
bdm.save()
|
bdm.save()
|
||||||
except cinder_exception.ClientException:
|
except cinder_exception.ClientException:
|
||||||
LOG.warning("Ignoring cinderclient exception when "
|
LOG.warning("Ignoring cinderclient exception when "
|
||||||
"attempting to delete attachment %s for volume"
|
"attempting to delete attachment %s for volume "
|
||||||
"%s while rolling back volume bdms.",
|
"%s while rolling back volume bdms.",
|
||||||
bdm.attachment_id, bdm.volume_id,
|
bdm.attachment_id, bdm.volume_id,
|
||||||
instance=instance)
|
instance=instance)
|
||||||
|
Reference in New Issue
Block a user