We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378c0b commit ef2aee1Copy full SHA for ef2aee1
plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt
@@ -106,7 +106,7 @@ class DiskCache(
106
val inputStream = clientRegistrationCache(cacheKey).tryInputStreamIfExists()
107
if (inputStream == null) {
108
val stage = LoadCredentialStage.ACCESS_FILE
109
- LOG.warn {./ grad"Failed to load Client Registration: cache file does not exist" }
+ LOG.warn { "Failed to load Client Registration: cache file does not exist" }
110
AuthTelemetry.modifyConnection(
111
action = "Load cache file",
112
source = "loadClientRegistration",
0 commit comments