Remove duplicate space in log message

Change-Id: Ia48f9cf09c298cfb70a0337328df61b1c056f672
This commit is contained in:
Pierre Riteau 2023-05-23 22:07:06 +02:00
parent e6fa558879
commit c1b75e0a25
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class VirtualBMC(bmc.Bmc):
conn.defineXML(ET.tostring(tree, encoding="unicode"))
except libvirt.libvirtError:
LOG.error('Failed setting the boot device %(bootdev)s for '
LOG.error('Failed setting the boot device %(bootdev)s for '
'domain %(domain)s', {'bootdev': device,
'domain': self.domain_name})
# Command failed, but let client to retry