Skip to content

Commit

Permalink
More standard context prefix in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Aug 21, 2024
1 parent d055f25 commit 439b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 439b9eb

Please sign in to comment.