Add a missing whitespace to an error message

This patch adds a whitespace to an error message logged when ipmitool
fails.

Change-Id: If8902c03827e53b00fca56ee1d5df74b67a3c1a7
This commit is contained in:
Hironori Shiina 2016-09-30 17:50:16 +09:00
parent 0a9abccd8c
commit 849f0e9b34
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ def _exec_ipmitool(driver_info, command, check_exit_code=None):
if ((time.time() > end_time) or
(num_tries == 0) or
not err_list):
LOG.error(_LE('IPMI Error while attempting "%(cmd)s"'
LOG.error(_LE('IPMI Error while attempting "%(cmd)s" '
'for node %(node)s. Error: %(error)s'), {
'node': driver_info['uuid'],
'cmd': e.cmd, 'error': e