Commit 11ef370f authored by AfirSraftGarrier's avatar AfirSraftGarrier

测试

parent 14de6597
...@@ -37,6 +37,7 @@ public class TcpClient { ...@@ -37,6 +37,7 @@ public class TcpClient {
future.addListener(connectionListener); future.addListener(connectionListener);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace();
log.error("Tcp客户端异常,端口:{}", port); log.error("Tcp客户端异常,端口:{}", port);
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment