Merge "[Trivial] Add missing ws between words"

This commit is contained in:
Zuul
2019-10-25 13:49:13 +00:00
committed by Gerrit Code Review

View File

@@ -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)