Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 1feaa24

Browse files
nit: typo (#31)
1 parent cc3093a commit 1feaa24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ def _on_response(self, response):
582582
return
583583

584584
_LOGGER.debug(
585-
"Processing %s received message(s), currenty on hold %s (bytes %s).",
585+
"Processing %s received message(s), currently on hold %s (bytes %s).",
586586
len(response.received_messages),
587587
self._messages_on_hold.size,
588588
self._on_hold_bytes,

0 commit comments

Comments
 (0)