forked from Dniel97/artemis
idac: add logging to setup
This commit is contained in:
parent
b19288fb7e
commit
2c275d1130
@ -163,3 +163,5 @@ class IDACServlet:
|
|||||||
self.game_cfg.server.echo2,
|
self.game_cfg.server.echo2,
|
||||||
IDACEchoUDP(self.core_cfg, self.game_cfg, 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}")
|
||||||
|
Loading…
Reference in New Issue
Block a user