From 4ce68c3b2d986e5d4ddc39f425d5df469089b250 Mon Sep 17 00:00:00 2001 From: zhufl Date: Tue, 22 Oct 2019 11:47:28 +0800 Subject: [PATCH] [Trivial] Add missing ws between words This is to add missing ws between words in log messages. Change-Id: I2d0d5be54e8a7d2b99dd6c4e2a4466ca11648ddd --- nova/compute/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 36c52cdb0b30..79fc3058eb9c 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -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)