Merge "Add missing white spaces between words in log messages"
This commit is contained in:
commit
b0cc9bad3a
@ -2116,7 +2116,7 @@ class API(base.Base):
|
||||
try:
|
||||
self._update_queued_for_deletion(context, instance, True)
|
||||
except exception.InstanceMappingNotFound:
|
||||
LOG.info("Instance Mapping does not exist while attempting"
|
||||
LOG.info("Instance Mapping does not exist while attempting "
|
||||
"local delete cleanup.",
|
||||
instance=instance)
|
||||
|
||||
|
@ -6633,7 +6633,7 @@ class LibvirtDriver(driver.ComputeDriver):
|
||||
# .format() can return IndexError
|
||||
except (exception.PciDeviceWrongAddressFormat, IndexError):
|
||||
# this is not a valid PCI address
|
||||
LOG.warning("The PCI address %s was invalid for getting the"
|
||||
LOG.warning("The PCI address %s was invalid for getting the "
|
||||
"related vGPU type", device_address)
|
||||
return
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user