提交 f59bdf0f 编写于 作者: Z Zhang Qinghua

Don't print error log when group processes status change.

上级 6e463f29
......@@ -195,7 +195,7 @@ void DuplexPipe::SignalHandler::SigChildHandler(int sig) {
} else if (WIFCONTINUED(status)) {
DP_INFO << "Child continued, pid: " << pid;
} else {
DP_ERROR << "Wrong child status: " << status << ", pid: " << pid;
DP_INFO << "Wrong child status: " << status << ", pid: " << pid;
}
}
} // namespace mindspore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册