Skip to content

Commit

Permalink
ENH: Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Feb 5, 2024
1 parent 618fd49 commit 1222e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octue/cloud/pub_sub/message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ def _skip_to_earliest_waiting_message(self):
self._previous_message_number = self._earliest_waiting_message_number - 1

logger.warning(
"%r: %d consecutive messages missing for question %r after %ds - skipping to next earliest received "
"message (message %d).",
"%r: %d consecutive messages missing for question %r after %ds - skipping to next earliest waiting message "
"(message %d).",
self.receiving_service,
number_of_missing_messages,
self.question_uuid,
Expand Down

0 comments on commit 1222e83

Please sign in to comment.