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.
2 parents f5d3dc3 + a33586c commit 12982feCopy full SHA for 12982fe
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