From a61864bcfc28a80508f790eef0b49d23f7792fad Mon Sep 17 00:00:00 2001 From: "wangwenhua1@huawei.com" Date: Sat, 14 Nov 2020 16:40:43 +0800 Subject: [PATCH] error message add --- inc/framework/common/debug/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/framework/common/debug/log.h b/inc/framework/common/debug/log.h index 965cdb7b..92e7bee7 100644 --- a/inc/framework/common/debug/log.h +++ b/inc/framework/common/debug/log.h @@ -253,7 +253,7 @@ exec_expr1; \ } -#define GE_ERRORLOG_AND_ERRORMSG(expr, _status, errormsg) \ +#define GE_ERRORLOG_AND_ERRORMSG(_status, errormsg) \ { \ GELOGE(_status, errormsg); \ ErrorManager::GetInstance().ATCReportErrMessage("E10043", {"reason"}, {errormsg}); \