提交 589602a3 编写于 作者: J João Sousa

...

上级 8e6417ea
无法预览此类型文件
......@@ -353,11 +353,11 @@ public final class TOMLayer extends Thread implements RequestReceiver {
if (ignore) {
logger.warn("Discarding message due to control flow mechanism\n" +
logger.warn("Discarding request {} due to control flow mechanism\n" +
"\tMaximum requests are {}, pending requests at {}\n" +
"\tMaximum decisions are {}, pending decisions at {}\n" +
"\tMaximum replies are {}, pending replies at {}\n" +
"\tMaximum memory is {} current memory at {}\n",
"\tMaximum memory is {} current memory at {}\n", msg,
this.controller.getStaticConf().getMaxPendigReqs(), pendingReqs,
this.controller.getStaticConf().getMaxPendigDecs(), pendingDecs,
this.controller.getStaticConf().getMaxPendigReps(), pendingReps,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册