Remove duplicate space in log message
Change-Id: Ia48f9cf09c298cfb70a0337328df61b1c056f672
This commit is contained in:
parent
e6fa558879
commit
c1b75e0a25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user