We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d3dc3 commit a33586cCopy full SHA for a33586c
library/src/main/java/com/nextcloud/common/OkHttpMethodBase.kt
@@ -174,7 +174,7 @@ abstract class OkHttpMethodBase(
174
try {
175
response = client.client.newCall(request).execute()
176
} catch (ex: IOException) {
177
- Log_OC.e(this, ex.message, ex)
+ Log_OC.e(this, "Error executing method", ex)
178
}
179
180
return response?.code ?: UNKNOWN_STATUS_CODE
0 commit comments