diff --git a/src/main/kotlin/me/proxer/app/util/Utils.kt b/src/main/kotlin/me/proxer/app/util/Utils.kt index 47669387..3cce9e0f 100644 --- a/src/main/kotlin/me/proxer/app/util/Utils.kt +++ b/src/main/kotlin/me/proxer/app/util/Utils.kt @@ -40,7 +40,7 @@ object Utils { .map { it.hostAddress } .firstOrNull() } catch (error: Throwable) { - Timber.e("Error trying to get ip address", error) + Timber.e(error, "Error trying to get ip address") null }