Browse Source

common log optimize

pull/1572/head
liyihan2@huawei.com 4 years ago
parent
commit
224c5b9a9e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/model_saver.cc

+ 1
- 1
ge/common/model_saver.cc View File

@@ -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;


Loading…
Cancel
Save