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
commit ba48c2369f
1 changed files with 1 additions and 1 deletions

View File

@ -7909,7 +7909,7 @@ class ComputeManager(manager.Manager):
bdm.save()
except cinder_exception.ClientException:
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.",
bdm.attachment_id, bdm.volume_id,
instance=instance)