better relay parsing messaging

This commit is contained in:
Vitor Pamplona
2026-03-11 08:17:14 -04:00
parent 4576204c1d
commit ca9074e6f5
@@ -128,7 +128,7 @@ open class BasicRelayClient(
} catch (e: Throwable) {
if (e is CancellationException) throw e
// doesn't expose parsing errors to lib users as errors
Log.e("BasicRelayClient", "Failure to parse message from Relay: $text", e)
Log.e("BasicRelayClient", "Failure to parse message from ${url.url}: $text", e)
}
}