Browse Source

Common log optimize

tags/v1.3.0
liyihan2@huawei.com 4 years ago
parent
commit
229e7c13f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/debug/memory_dumper.cc

+ 1
- 1
ge/common/debug/memory_dumper.cc View File

@@ -94,7 +94,7 @@ FMK_FUNC_HOST_VISIBILITY FMK_FUNC_DEV_VISIBILITY Status MemoryDumper::Open(const
fd_ = OpenFile(filename);
if (fd_ == kInvalidFd) {
GELOGE(FAILED, "[Open][File]Failed, filename:%s.", filename);
REPORT_INNER_ERROR("E19999", "Open file:%s failed.", filename)
REPORT_INNER_ERROR("E19999", "Open file:%s failed.", filename);
return FAILED;
}



Loading…
Cancel
Save