generated from root/miduo_server
main
parent
e3ca853314
commit
9e48550cc1
|
@ -40,7 +40,8 @@ public class NetManager implements IManager {
|
||||||
nettyServer.start();
|
nettyServer.start();
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.error("main->msg={}", e.getMessage(), e);
|
LOGGER.error("main->msg={}", e.getMessage());
|
||||||
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue