Browse Source

ge log optimize

tags/v1.3.0
liyihan2@huawei.com 3 years ago
parent
commit
04bac0b632
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/analyzer/analyzer.cc

+ 1
- 1
ge/analyzer/analyzer.cc View File

@@ -224,7 +224,7 @@ ge::Status Analyzer::SaveAnalyzerDataToFile(uint64_t session_id, uint64_t graph_
if (!json_file_.is_open()) { if (!json_file_.is_open()) {
GELOGE(FAILED, "[Check][AnalyzeFile]analyze file does not exist[%s]", GELOGE(FAILED, "[Check][AnalyzeFile]analyze file does not exist[%s]",
json_file_name_.c_str()); json_file_name_.c_str());
REPORT_INNER_ERROR("E19999", "Analyze file %s dose not exist");
REPORT_INNER_ERROR("E19999", "Analyze file %s dose not exist", json_file_name_.c_str());
return PARAM_INVALID; return PARAM_INVALID;
} }




Loading…
Cancel
Save