Merge "Correct logging call in _heartbeat_service_wait method"

This commit is contained in:
Zuul 2024-04-18 21:59:37 +00:00 committed by Gerrit Code Review
commit 7969baf58e

View File

@ -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')