From 439b9eb36a979f3754b174aeef2c368e8232d70f Mon Sep 17 00:00:00 2001 From: Chris Llanwarne Date: Wed, 21 Aug 2024 11:54:32 -0400 Subject: [PATCH] More standard context prefix in log message --- ci/ci/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci/github.py b/ci/ci/github.py index 4abe8dc6cca..111974b7760 100644 --- a/ci/ci/github.py +++ b/ci/ci/github.py @@ -512,7 +512,7 @@ async def _update_github_review_state(self, gh): review_state = 'pending' else: # Should be impossible, per https://docs.github.com/en/graphql/reference/enums#pullrequestreviewdecision - log.error(f'Unexpected review decision: {review_decision} in PR {self.number}') + log.error(f'{self.short_str()}: unexpected review decision from github: {review_decision}') review_state = 'pending' if review_state != self.review_state: