[O] Better logging

This commit is contained in:
Azalea
2024-02-22 23:50:58 -05:00
parent eccdd73908
commit bb53d1448b
3 changed files with 17 additions and 15 deletions

View File

@@ -51,7 +51,7 @@ class AimeDbServer(
val socket = InetSocketAddress(InetAddress.getByName(props.address), props.port)
val f = bootstrap.bind(socket).sync()
logger.info("Aime DB start up on $socket")
logger.info("Aime DB start up on $socket")
f.channel().closeFuture()
}
catch (e: UnknownHostException) {