Skip to content

Commit 6909f71

Browse files
committed
source in log
1 parent bad84ed commit 6909f71

File tree

1 file changed

+1
-1
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class DiskCache(
111111
}
112112

113113
override fun loadClientRegistration(cacheKey: ClientRegistrationCacheKey, source: String): ClientRegistration? {
114-
LOG.info { "loadClientRegistration for $cacheKey" }
114+
LOG.info { "loadClientRegistration:$source for $cacheKey" }
115115
val cacheFile = clientRegistrationCache(cacheKey)
116116
val diskData = cacheFile.tryInputStreamIfExists()?.use { it.readBytes() }
117117
val memoryData = InMemoryCache.get(cacheFile.toString())

0 commit comments

Comments
 (0)