mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-19 04:15:14 -04:00
fix missing space in pinging log message
This commit is contained in:
parent
df89509e51
commit
38e3602be3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user