Fix missing print format in log message

This is to fix the missing print format issue in log message.

Change-Id: I183133da0b12352a72206f048e5f4167a25e1f5c
This commit is contained in:
zhu.fanglei 2020-07-07 15:07:01 +08:00
parent 3c47122f36
commit af897bc828
1 changed files with 1 additions and 2 deletions

View File

@ -371,8 +371,7 @@ def list_raid_settings(node):
client = drac_common.get_drac_client(node)
return client.list_raid_settings()
except drac_exceptions.BaseClientException as exc:
LOG.error('DRAC driver failed to list raid settings'
'on %(raid_controller_fqdd)s '
LOG.error('DRAC driver failed to list raid settings '
'for node %(node_uuid)s. '
'Reason: %(error)s.',
{'node_uuid': node.uuid,