Log connection problems during fetching release date

This commit is contained in:
Nikolay Krasko
2019-03-20 12:37:59 +03:00
parent 9a5b902766
commit 73396b5018
@@ -96,7 +96,7 @@ class KotlinReportSubmitter : ITNReporterCompat() {
null null
) )
} catch (e: IOException) { } catch (e: IOException) {
// Do not report connection problems LOG.warn(e)
null null
} catch (e: KotlinPluginUpdater.Companion.ResponseParseException) { } catch (e: KotlinPluginUpdater.Companion.ResponseParseException) {
// Exception won't be shown, but will be logged // Exception won't be shown, but will be logged