Add missing white spaces between words in log messages

This is to add missing white spaces between words in logs messages.

Change-Id: I4c19e4cd2c49a4d6053d5cb2d93d435a3d9945ac
This commit is contained in:
zhufl 2020-04-15 08:19:51 +08:00
parent 8e7d26e0b4
commit f0c81898e9
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

@ -6638,7 +6638,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: