diff --git a/virtualbmc/vbmc.py b/virtualbmc/vbmc.py index aa6f830..5e15192 100644 --- a/virtualbmc/vbmc.py +++ b/virtualbmc/vbmc.py @@ -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