diff --git a/mindspore/ccsrc/debug/debugger/debugger.cc b/mindspore/ccsrc/debug/debugger/debugger.cc index 3b42039214..e7d1441ec5 100644 --- a/mindspore/ccsrc/debug/debugger/debugger.cc +++ b/mindspore/ccsrc/debug/debugger/debugger.cc @@ -381,7 +381,7 @@ void Debugger::CommandLoop() { // get type of the command in reply DebuggerCommand cmd = GetCommand(reply); if (cmd == DebuggerCommand::kUnknownCMD) { - MS_LOG(ERROR) << "Error: debugger recieved unknown command"; + MS_LOG(DEBUG) << "Debug: debugger recieved unknown command"; continue; }