Browse Source

analyzer log

tags/v1.3.0
liyihan2@huawei.com 4 years ago
parent
commit
72d724d141
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ge/analyzer/analyzer.cc

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

@@ -222,8 +222,8 @@ ge::Status Analyzer::SaveAnalyzerDataToFile(uint64_t session_id, uint64_t graph_
json_file_ << jsn.dump(kJsonDumpLevel) << std::endl;
} catch (nlohmann::detail::type_error &e) {
GELOGE(FAILED,
"[Json.dump][GraphInfo]json.dump to analyze file [%s] failed because [%s],
session_id:%lu, graph_id:%lu",
"[Json.dump][GraphInfo]json.dump to analyze file [%s] failed because [%s],"
"session_id:%lu, graph_id:%lu",
json_file_name_.c_str(), e.what(), session_id, graph_id);
ret_failed = true;
}


Loading…
Cancel
Save