diff --git a/ironic/drivers/modules/agent_base.py b/ironic/drivers/modules/agent_base.py index 6e7aab676c..2d1d8e9252 100644 --- a/ironic/drivers/modules/agent_base.py +++ b/ironic/drivers/modules/agent_base.py @@ -584,7 +584,7 @@ class HeartbeatMixin(object): try: node.touch_provisioning() if not node.service_step: - LOG.debug('Node %s just booted to start %s service', + LOG.debug('Node %s just booted to start service', node.uuid) msg = _('Node failed to start the first service step') task.process_event('resume')