From 229e7c13f779eb4f1f2d0678bb8e9279a179776a Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Wed, 24 Mar 2021 11:18:07 +0800 Subject: [PATCH] Common log optimize --- ge/common/debug/memory_dumper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/common/debug/memory_dumper.cc b/ge/common/debug/memory_dumper.cc index 5cbf13cb..e19d9a95 100644 --- a/ge/common/debug/memory_dumper.cc +++ b/ge/common/debug/memory_dumper.cc @@ -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; }