Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ignored argument to String.format call #3055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cushon
Copy link

@cushon cushon commented Apr 20, 2024

This change fixes a log statement where a Throwable is being passed to a String.format call without any format specifiers.

Fixes #3054 ☕️

@cushon cushon requested a review from a team as a code owner April 20, 2024 21:16
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: spanner Issues related to the googleapis/java-spanner API. labels Apr 20, 2024
@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 29, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extra format argument to String.format call in SessionPool
3 participants