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

Commit 9fb4a1a

Browse files
committed
add missing param
1 parent 0630f20 commit 9fb4a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ def _on_response(self, response: gapic_types.StreamingPullResponse) -> None:
12821282

12831283
if len(expired_ack_ids):
12841284
_EXPIRY_LOGGER.debug(
1285-
"ack ids %s were dropped as they have already expired."
1285+
"ack ids %s were dropped as they have already expired.", expired_ack_ids
12861286
)
12871287

12881288
with self._pause_resume_lock:

0 commit comments

Comments
 (0)