diff --git a/mindspore/ccsrc/debug/debugger/debugger.cc b/mindspore/ccsrc/debug/debugger/debugger.cc index 41ec37cb61..fac64330f2 100644 --- a/mindspore/ccsrc/debug/debugger/debugger.cc +++ b/mindspore/ccsrc/debug/debugger/debugger.cc @@ -397,7 +397,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; }