Skip to content

Commit b0cc9ba

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add missing white spaces between words in log messages"
2 parents f1e448d + f0c8189 commit b0cc9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nova/compute/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ def _local_delete_cleanup(self, context, instance):
21162116
try:
21172117
self._update_queued_for_deletion(context, instance, True)
21182118
except exception.InstanceMappingNotFound:
2119-
LOG.info("Instance Mapping does not exist while attempting"
2119+
LOG.info("Instance Mapping does not exist while attempting "
21202120
"local delete cleanup.",
21212121
instance=instance)
21222122

nova/virt/libvirt/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6633,7 +6633,7 @@ def _get_vgpu_type_per_pgpu(self, device_address):
66336633
# .format() can return IndexError
66346634
except (exception.PciDeviceWrongAddressFormat, IndexError):
66356635
# this is not a valid PCI address
6636-
LOG.warning("The PCI address %s was invalid for getting the"
6636+
LOG.warning("The PCI address %s was invalid for getting the "
66376637
"related vGPU type", device_address)
66386638
return
66396639
try:

0 commit comments

Comments
 (0)