Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ovs/lib/helpers/generic/scrubber.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def _long_poll_proxy_state(self, states, timeout=None):
return current_state
if time.time() - start > timeout:
raise RuntimeError('Long polling for the state has timed out')
self._logger.debug(self._format_message('Proxies {0{ their state does not match any in \'{1}\' (Current: {2})'
self._logger.debug(self._format_message('Proxies {0} their state does not match any in \'{1}\' (Current: {2})'
.format(', '.join(self.alba_proxy_services), states, current_state)))
time.sleep(1)
return None
Expand Down