Merge "Fix log message formatting error"

This commit is contained in:
Zuul 2018-10-19 02:21:35 +00:00 committed by Gerrit Code Review
commit f30c68e627
1 changed files with 2 additions and 2 deletions

View File

@ -230,8 +230,8 @@ class ResourceWait(ABC):
break
LOG.debug(
'Continuing to wait: {} consecutive attempts without '
'modified resources of {} required.', successes,
'Continuing to wait: %s consecutive attempts without '
'modified resources of %s required.', successes,
self.chart_wait.k8s_wait_attempts)
time.sleep(self.chart_wait.k8s_wait_attempt_sleep)