main
grimm 2024-07-23 18:01:20 +08:00
parent e3ca853314
commit 9e48550cc1
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ public class NetManager implements IManager {
nettyServer.start();
} catch (Exception e) {
LOGGER.error("main->msg={}", e.getMessage(), e);
LOGGER.error("main->msg={}", e.getMessage());
e.printStackTrace();
}
}