diff --git a/torch_npu/csrc/distributed/HCCLUtils.hpp b/torch_npu/csrc/distributed/HCCLUtils.hpp index ffd645a7c50575b8dfe9f3d2652e316cf7723a39..0720c87b60dbd6d30e1b03a8227f7487fc514986 100644 --- a/torch_npu/csrc/distributed/HCCLUtils.hpp +++ b/torch_npu/csrc/distributed/HCCLUtils.hpp @@ -19,7 +19,7 @@ CHECK_AND_THROW_ERROR_WITH_SPECIFIC_MESSAGE(Error); \ if (c10_npu::option::OptionsManager::ShouldPrintLessError()) { \ std::ostringstream oss; \ - oss << " HCCL function error: " << getErrorFunction(#err_code, ##__VA_ARGS__) \ + oss << " HCCL function error : " << getErrorFunction(#err_code, ##__VA_ARGS__) \ << ", error code is " << Error << " " \ << DIST_ERROR(ErrCode::HCCL) + ".\n"; \ std::string err_msg = oss.str(); \