提交 2d18e506 编写于 作者: 许晓东

Print InterruptedException message

上级 32881d46
......@@ -228,7 +228,8 @@ public class Producer {
statsBenchmark.getSendRequestFailedCount().get(), statsBenchmark.getReceiveResponseFailedCount().get());
}
producer.shutdown();
} catch (InterruptedException ignored) {
} catch (InterruptedException e) {
log.error("[Exit] Thread Interrupted Exception", e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册