From 04bac0b6326e598c4196d5946e9c0d70fdc99134 Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Wed, 14 Apr 2021 17:37:56 +0800 Subject: [PATCH] ge log optimize --- ge/analyzer/analyzer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/analyzer/analyzer.cc b/ge/analyzer/analyzer.cc index c4ebd393..95036267 100755 --- a/ge/analyzer/analyzer.cc +++ b/ge/analyzer/analyzer.cc @@ -224,7 +224,7 @@ ge::Status Analyzer::SaveAnalyzerDataToFile(uint64_t session_id, uint64_t graph_ if (!json_file_.is_open()) { GELOGE(FAILED, "[Check][AnalyzeFile]analyze file does not exist[%s]", 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; }