From 37d6cb8f46c9cc52e0bc457140436515fe7ce76b Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Tue, 16 Mar 2021 14:39:37 +0800 Subject: [PATCH] analyzer log --- ge/analyzer/analyzer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ge/analyzer/analyzer.cc b/ge/analyzer/analyzer.cc index de95193b..65e21603 100755 --- a/ge/analyzer/analyzer.cc +++ b/ge/analyzer/analyzer.cc @@ -195,12 +195,12 @@ ge::Status Analyzer::CreateAnalyzerFile() { } is_json_file_create_ = true; - GELOGD("success to create analyzer file[%s].", json_file_name_.c_str()); + GELOGD("success to create analyzer file[%s]!", json_file_name_.c_str()); return SUCCESS; } ge::Status Analyzer::SaveAnalyzerDataToFile(uint64_t session_id, uint64_t graph_id) { - GELOGD("start to save analyze file."); + GELOGD("start to save analyze file!"); auto graph_info = GetJsonObject(session_id, graph_id); GE_CHECK_NOTNULL(graph_info);