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 61be512 commit 75a7c12Copy full SHA for 75a7c12
ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt
@@ -631,7 +631,7 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
631
}
632
633
} catch (e: CancellationException) {
634
- Log.log(logger::trace, "${coroutineContext[CoroutineName]} git CancellationException {}", e)
+ Log.log(logger::trace, "${coroutineContext[CoroutineName]} got CancellationException {}", e)
635
throw e
636
} catch (e: Throwable) {
637
Log.warnWithException(logger, e, "${coroutineContext[CoroutineName]} error in autoRefreshJob")
0 commit comments