From c1b75e0a25e7d7ebefcd1990cbff7246c1fafccb Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 23 May 2023 22:07:06 +0200 Subject: [PATCH] Remove duplicate space in log message Change-Id: Ia48f9cf09c298cfb70a0337328df61b1c056f672 --- virtualbmc/vbmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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