Merge "Add missing white spaces between words in log messages"

This commit is contained in:
Zuul 2020-04-21 11:29:55 +00:00 committed by Gerrit Code Review
commit b0cc9bad3a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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: