Browse Source

log optimize

pull/1215/head
liyihan2@huawei.com 4 years ago
parent
commit
18fad2ef00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/analyzer/analyzer.cc

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

@@ -103,7 +103,7 @@ ge::Status Analyzer::Initialize() {
// Initialize file
string real_path = RealPath(kFilePath.c_str());
if (real_path.empty()) {
GELOGE(FAILED, "[Check][AnalyzerFilePath] File path:%s is invalid!", real_path.c_str());
GELOGE(FAILED, "[Check][AnalyzerFilePath] File path is invalid!");
return FAILED;
}
json_file_name_ = real_path + "/" + kAnalyzeFile;


Loading…
Cancel
Save