1
0
Fork 0

idac: add logging to setup

This commit is contained in:
Hay1tsme 2023-11-13 12:14:34 -05:00
parent b19288fb7e
commit 2c275d1130
1 changed files with 2 additions and 0 deletions

View File

@ -163,3 +163,5 @@ class IDACServlet:
self.game_cfg.server.echo2,
IDACEchoUDP(self.core_cfg, self.game_cfg, self.game_cfg.server.echo2),
)
self.logger.info(f"Matching listening on {self.game_cfg.server.matching} with echos on {self.game_cfg.server.echo1} and {self.game_cfg.server.echo2}")