[Trivial] Add missing ws between words

This is to add missing ws between words in log messages.

Change-Id: I2d0d5be54e8a7d2b99dd6c4e2a4466ca11648ddd
This commit is contained in:
zhufl 2019-10-22 11:47:28 +08:00 committed by do3meli
parent 964d7dc879
commit 4ce68c3b2d

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)