未验证 提交 a20b0a67 编写于 作者: W whhe 提交者: GitHub

update handle for join interrupted (#9)

上级 38bfe41c
......@@ -135,7 +135,8 @@ public class ClientStream {
try {
thread.join();
} catch (InterruptedException e) {
logger.warn("exception occurred when join LogProxy exit: ", e);
logger.warn("ClientStream thread is interrupted: " + e.getMessage());
stop();
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册