Skip to content

Commit 43a0880

Browse files
authored
fix(amazonq): changing log to trigger ci tests (#8316)
--- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 182103f commit 43a0880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/sso/ssoAccessTokenProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export abstract class SsoAccessTokenProvider {
124124
}
125125

126126
getLogger().info(
127-
`Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh (key=${this.tokenCacheKey})`
127+
`Auth: bearer token expired (expires at ${data.token.expiresAt}), attempting refresh the token for (key=${this.tokenCacheKey})`
128128
)
129129

130130
if (data.registration && !isExpired(data.registration) && hasProps(data.token, 'refreshToken')) {

0 commit comments

Comments
 (0)