change the log of onRelayStateChange

This commit is contained in:
greenart7c3 2024-07-22 07:33:21 -03:00
parent 3f3367258f
commit 754a1b3a87
No known key found for this signature in database
GPG Key ID: 885822EED3A26A6D

View File

@ -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(