More informative log message

This commit is contained in:
davide committed 2022-08-13 17:57:52 +02:00
1 parent 5377e6c0f8
commit 3e97ee30a1
1 file changed
+1 -2
@@ -271,8 +271,7 @@ class RepositoryImpl(private val api: SelfossApi, private val apiDetails: ApiDet
result = true result = true
} }
} catch (cause: Throwable) { } catch (cause: Throwable) {
Napier.e(cause.message!!, tag = "1") Napier.e(cause.stackTraceToString(),tag = "RepositoryImpl.updateRemote")
Napier.e(cause.stackTraceToString(),tag = "1")
} }
return result return result
} }