Merge "[Trivial]Add missing white space in the log message"

This commit is contained in:
Zuul 2020-11-18 10:33:04 +00:00 committed by Gerrit Code Review
commit 4d4abdbf25
1 changed files with 1 additions and 1 deletions

View File

@ -1202,7 +1202,7 @@ class LibvirtDriver(driver.ComputeDriver):
raise exception.InstancePowerOffFailure(reason=reason)
elif errcode == libvirt.VIR_ERR_SYSTEM_ERROR:
with excutils.save_and_reraise_exception():
LOG.warning("Cannot destroy instance, general system"
LOG.warning("Cannot destroy instance, general system "
"call failure", instance=instance)
if not is_okay:
with excutils.save_and_reraise_exception():