diff --git a/ge/common/model_saver.cc b/ge/common/model_saver.cc index 8f1e1279..a17977b2 100755 --- a/ge/common/model_saver.cc +++ b/ge/common/model_saver.cc @@ -78,7 +78,7 @@ FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY Status ModelSaver::SaveJsonToFi // Close file if (mmClose(fd) != EN_OK) { GELOGE(FAILED, "[Close][File]Failed, file %s", file_path); - REPORT_CALL_ERROR("E19999", "Close file %s failed", file_path) + REPORT_CALL_ERROR("E19999", "Close file %s failed", file_path); ret = FAILED; } return ret;