diff --git a/mindspore/ccsrc/debug/debugger/proto_exporter.cc b/mindspore/ccsrc/debug/debugger/proto_exporter.cc index a0ba4e0b3e..e0e9ba08fe 100644 --- a/mindspore/ccsrc/debug/debugger/proto_exporter.cc +++ b/mindspore/ccsrc/debug/debugger/proto_exporter.cc @@ -361,7 +361,7 @@ void DebuggerProtoExporter::ExportParameters(const FuncGraphPtr &func_graph, deb const ParameterPtr param_ptr = dyn_cast(param); if (param_ptr == nullptr) { - MS_LOG(EXCEPTION) << "Parameter '" << param->ToString() << "' could not cast to parameter."; + MS_LOG(INFO) << "Parameter '" << param->ToString() << "' could not cast to parameter."; } } }