From 73396b501857432ce7b6a89cbee5d214a299aff5 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 20 Mar 2019 12:37:59 +0300 Subject: [PATCH] Log connection problems during fetching release date --- .../org/jetbrains/kotlin/idea/reporter/KotlinReportSubmitter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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