diff --git a/mindspore/ccsrc/common/duplex_pipe.cc b/mindspore/ccsrc/common/duplex_pipe.cc index 64eeb174e3c..228df781c35 100644 --- a/mindspore/ccsrc/common/duplex_pipe.cc +++ b/mindspore/ccsrc/common/duplex_pipe.cc @@ -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