已合并
fix: 修正ATC内部错误提示 #4462
gentle-knight创建于 15 天前
fix: 修正ATC内部错误提示 #4462
已合并
共 1 个文件变更+1-1
| @@ -2203,7 +2203,7 @@ int32_t OutputErrMessageToStdout() { | |||
| 2203 | auto msg_ptr = error_message::GetErrMgrErrorMessage(); | 2203 | auto msg_ptr = error_message::GetErrMgrErrorMessage(); |
| 2204 | if (msg_ptr == nullptr) { | 2204 | if (msg_ptr == nullptr) { |
| 2205 | std::stringstream err_stream; | 2205 | std::stringstream err_stream; |
| 2206 | - err_stream << "E19999: Inner Error!" << std::endl; | 2206 | + err_stream << "E19999: Internal Error!" << std::endl; |
| 2207 | err_stream << " " << "An unknown error occurred. Please check the log." << std::endl; | 2207 | err_stream << " " << "An unknown error occurred. Please check the log." << std::endl; |
| 2208 | std::cout << err_stream.str() << std::endl; | 2208 | std::cout << err_stream.str() << std::endl; |
| 2209 | } else { | 2209 | } else { |