fix missing space in pinging log message

This commit is contained in:
Bixilon 2022-01-21 15:27:03 +01:00
parent df89509e51
commit 38e3602be3
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -142,7 +142,7 @@ class StatusConnection(
}
val tryAddress = tryAddress ?: return@execute
Log.log(LogMessageType.NETWORK_RESOLVING) { "Pinging$tryAddress (from $address)" }
Log.log(LogMessageType.NETWORK_RESOLVING) { "Pinging $tryAddress (from $address)" }
state = StatusConnectionStates.ESTABLISHING
network.connect(tryAddress, false)