Skip to content

Commit 75a7c12

Browse files
committed
improve auto refresh job
1 parent 61be512 commit 75a7c12

File tree

1 file changed

+1
-1
lines changed
  • ide-common/src/main/kotlin/org/digma/intellij/plugin/auth

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
631631
}
632632

633633
} catch (e: CancellationException) {
634-
Log.log(logger::trace, "${coroutineContext[CoroutineName]} git CancellationException {}", e)
634+
Log.log(logger::trace, "${coroutineContext[CoroutineName]} got CancellationException {}", e)
635635
throw e
636636
} catch (e: Throwable) {
637637
Log.warnWithException(logger, e, "${coroutineContext[CoroutineName]} error in autoRefreshJob")

0 commit comments

Comments
 (0)