From 1a83c79f4723fb2fa94f4d6300fc3fe4ea049615 Mon Sep 17 00:00:00 2001 From: "liyihan2@huawei.com" Date: Sun, 25 Apr 2021 17:37:11 +0800 Subject: [PATCH] common log optimize --- ge/common/op/ge_op_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/common/op/ge_op_utils.cc b/ge/common/op/ge_op_utils.cc index 278174f9..5d1b8089 100644 --- a/ge/common/op/ge_op_utils.cc +++ b/ge/common/op/ge_op_utils.cc @@ -449,7 +449,7 @@ OpUtils::GetShapeDataFromConstTensor(const ConstGeTensorPtr &tensor, DataType ty GELOGE(PARAM_INVALID, "[Check][Param]The dimension of the input tensor shape " "cannot be more than 1, it is %zu", tensor->GetTensorDesc().GetShape().GetDims().size()); - REPORT_CALL_ERRPR("E19999", "The dimension of the input tensor shape %zu invalid, " + REPORT_CALL_ERROR("E19999", "The dimension of the input tensor shape %zu invalid, " "more than 1", tensor->GetTensorDesc().GetShape().GetDims().size()); return PARAM_INVALID; }