Skip to content

Commit 9957546

Browse files
committed
expanded the logs
1 parent 9555d49 commit 9957546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/vk/admstorm/ssh/SshConnectionService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class SshConnectionService(private var myProject: Project) : Disposable {
221221
LOG.info("Corporate access error", ex)
222222
} catch (ex: Exception) {
223223
val errorMessage = ex.javaClass.name
224-
LOG.error("Unhandled exception $errorMessage")
224+
LOG.error("Unhandled exception $errorMessage: ${ex.message}")
225225
AdmErrorNotification("Unhandled exception $errorMessage").show()
226226
return
227227
}

0 commit comments

Comments
 (0)