mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
change the log of onRelayStateChange
This commit is contained in:
parent
3f3367258f
commit
754a1b3a87
@ -172,8 +172,8 @@ object Client : RelayPool.Listener {
|
||||
) {
|
||||
if (type == Relay.StateType.DISCONNECT || type == Relay.StateType.EOSE) {
|
||||
latch.countDown()
|
||||
Log.d("sendAndWaitForResponse", "onRelayStateChange Disconnected from relay ${relay.url} count: ${latch.count}")
|
||||
}
|
||||
Log.d("sendAndWaitForResponse", "onRelayStateChange ${type.name} from relay ${relay.url} count: ${latch.count}")
|
||||
}
|
||||
|
||||
override fun onSendResponse(
|
||||
|
Loading…
x
Reference in New Issue
Block a user