bug修复

This commit is contained in:
guo 2024-01-11 18:48:40 +08:00
parent 409daa9606
commit 0d5211a40e

View File

@ -45,7 +45,7 @@ public class UDPServerApp {
//channel.closeFuture().sync().await();
log.info("启动udp成功端口{}", port);
} catch (Exception e) {
log.error("udp启动errr:", e);
log.error("udp启动err:", e);
}
}
}