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}); \