diff --git a/mindspore/ccsrc/utils/context/context_extends.cc b/mindspore/ccsrc/utils/context/context_extends.cc index ec5fd5da50..1e4ebaf7a2 100644 --- a/mindspore/ccsrc/utils/context/context_extends.cc +++ b/mindspore/ccsrc/utils/context/context_extends.cc @@ -76,7 +76,7 @@ bool OpenTsd(const std::shared_ptr &ms_context_ptr) { MS_LOG(INFO) << "Device id = " << device_id << ", rank size = " << rank_size << "."; TDT_StatusT status = TsdOpen(device_id, rank_size); if (status != TDT_OK) { - MS_LOG(EXCEPTION) << "Device " << device_id << " is occupied, open tsd failed, status = " << status << "."; + MS_LOG(EXCEPTION) << "Device " << device_id << " open tsd failed, status = " << status << "."; return false; } ms_context_ptr->increase_param(MS_CTX_TSD_REF);