cleaned up log

This commit is contained in:
Robinson 2023-02-24 16:35:51 +01:00
parent 0a11917b17
commit 1ab11f7c78
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C

View File

@ -67,9 +67,7 @@ class PingPongTest : BaseTest() {
}
server.onConnect {
server.forEachConnection { connection ->
connection.logger.error("server connection: $connection")
}
this.logger.error("server connection: $this")
}
server.onMessage<Data> { message ->