From bb6ea9f31b0e130025146d1a75e5de8d7d53a440 Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Sat, 17 Apr 2021 14:42:50 +0800 Subject: [PATCH] ge log optimize --- ge/common/dump/dump_op.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/common/dump/dump_op.cc b/ge/common/dump/dump_op.cc index 0e4ffe40..6996df5c 100755 --- a/ge/common/dump/dump_op.cc +++ b/ge/common/dump/dump_op.cc @@ -103,7 +103,7 @@ Status DumpOp::DumpOutput(aicpu::dump::Task &task) { int64_t output_size = 0; if (TensorUtils::GetTensorSizeInBytes(output_descs.at(i), output_size) != SUCCESS) { GELOGE(ACL_ERROR_GE_INTERNAL_ERROR, "[Get][TensorSize]Failed, output %zu, node %s(%s),", - i, op_desc_->GetName().c_str(), op_desc_->GetType().c_str(), output_size); + i, op_desc_->GetName().c_str(), op_desc_->GetType().c_str()); REPORT_CALL_ERROR("E19999", "Get output %zu tensor size pf node %s(%s) failed", i, op_desc_->GetName().c_str(), op_desc_->GetType().c_str()); return ACL_ERROR_GE_INTERNAL_ERROR;