Merge "Correct string formatting in logging"

This commit is contained in:
Zuul 2019-10-18 09:51:54 +00:00 committed by Gerrit Code Review
commit 20abc992fb

@ -393,8 +393,8 @@ class IronicPythonAgent(base.ExecuteCommandMixin):
# an error would be logged.
uuid = inspector.inspect()
except errors.InspectionError as e:
LOG.error('Failed to perform inspection: %(err)s',
{'error': e})
LOG.error('Failed to perform inspection: %s', e)
if self.api_url:
self._wait_for_interface()
content = self.api_client.lookup_node(