Skip to content

Commit 766a1c3

Browse files
author
David Hasani
committed
log error
1 parent d4f9edf commit 766a1c3

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer

1 file changed

+1
-1
lines changed

plugins/amazonq/codetransform/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codemodernizer/CodeModernizerSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ class CodeModernizerSession(
547547
} catch (e: Exception) {
548548
return when (e) {
549549
is AlreadyDisposedException, is CancellationException -> {
550-
LOG.warn { "The session was disposed while polling for job details." }
550+
LOG.error(e) { "The session was disposed while polling for job details." }
551551
CodeModernizerJobCompletedResult.ManagerDisposed
552552
}
553553

0 commit comments

Comments
 (0)