change log level from ERROR to DEBUG for debugger

pull/6305/head
lichen_101010 5 years ago
parent 12ff0be5fa
commit f65625bd0b

@ -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;
}

Loading…
Cancel
Save