[Trivial]Add missing white space between words
This is to add missing white space between words in log message. Change-Id: I052627dcd7808a7790adef50e0a6bc833f3461e4
This commit is contained in:
parent
ff8a0c71b0
commit
4a69b63987
@ -315,7 +315,7 @@ class DracWSManBIOS(base.BIOSInterface):
|
||||
commit_job_id = client.commit_pending_lifecycle_changes(
|
||||
reboot=reboot_needed)
|
||||
except drac_exceptions.BaseClientException as exc:
|
||||
LOG.error('Failed to commit BIOS reset on node'
|
||||
LOG.error('Failed to commit BIOS reset on node '
|
||||
'%(node_uuid)s. Reason: %(error)s.', {
|
||||
'node_uuid': node.uuid,
|
||||
'error': exc})
|
||||
|
Loading…
x
Reference in New Issue
Block a user