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
)
} 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