Browse Source

common log optimize

tags/v1.3.0
liyihan2@huawei.com 4 years ago
parent
commit
9579447c56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/engine_manager/dnnengine_manager.cc

+ 1
- 1
ge/engine_manager/dnnengine_manager.cc View File

@@ -450,7 +450,7 @@ Status DNNEngineManager::ParserEngineMessage(const json engines_json, const std:
}
} catch (const json::exception &e) {
GELOGE(FAILED, "[Construct][JsonContent]Failed, reason %s", e.what());
REPORT_CALL_ERROR("E19999", "Construct json content failed, reason %s", e.what())
REPORT_CALL_ERROR("E19999", "Construct json content failed, reason %s", e.what());
return FAILED;
}
GELOGI("Parser engine massage success");


Loading…
Cancel
Save