Reduce severity of IOException in UpdateChecker
This commit is contained in:
@@ -99,7 +99,7 @@ object UpdateChecker {
|
|||||||
} catch (_: CancellationException) {
|
} catch (_: CancellationException) {
|
||||||
return@flow
|
return@flow
|
||||||
} catch (e: IOException) {
|
} catch (e: IOException) {
|
||||||
Timber.i(e)
|
Timber.d(e)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Timber.w(e)
|
Timber.w(e)
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user