Correct string formatting in logging
Change-Id: Ibc3656e32b94004da7e895a27860c1fa3ac0bbb1
This commit is contained in:
parent
5e3153825a
commit
d61887e744
@ -393,8 +393,8 @@ class IronicPythonAgent(base.ExecuteCommandMixin):
|
|||||||
# an error would be logged.
|
# an error would be logged.
|
||||||
uuid = inspector.inspect()
|
uuid = inspector.inspect()
|
||||||
except errors.InspectionError as e:
|
except errors.InspectionError as e:
|
||||||
LOG.error('Failed to perform inspection: %(err)s',
|
LOG.error('Failed to perform inspection: %s', e)
|
||||||
{'error': e})
|
|
||||||
if self.api_url:
|
if self.api_url:
|
||||||
self._wait_for_interface()
|
self._wait_for_interface()
|
||||||
content = self.api_client.lookup_node(
|
content = self.api_client.lookup_node(
|
||||||
|
Loading…
Reference in New Issue
Block a user