From 224c5b9a9e827a93b93480a7600ee424e79ab191 Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Sun, 25 Apr 2021 17:02:50 +0800 Subject: [PATCH] common log optimize --- ge/common/model_saver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;