diff --git a/idea/src/org/jetbrains/kotlin/idea/reporter/KotlinReportSubmitter.kt b/idea/src/org/jetbrains/kotlin/idea/reporter/KotlinReportSubmitter.kt index db32b59bc7e..c5ca27316b5 100644 --- a/idea/src/org/jetbrains/kotlin/idea/reporter/KotlinReportSubmitter.kt +++ b/idea/src/org/jetbrains/kotlin/idea/reporter/KotlinReportSubmitter.kt @@ -96,7 +96,7 @@ class KotlinReportSubmitter : ITNReporterCompat() { null ) } catch (e: IOException) { - // Do not report connection problems + LOG.warn(e) null } catch (e: KotlinPluginUpdater.Companion.ResponseParseException) { // Exception won't be shown, but will be logged