Merge "Fix missing print format in log message"

This commit is contained in:
Zuul 2020-07-07 21:05:43 +00:00 committed by Gerrit Code Review
commit fa33c53e5c
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,