diff --git a/inc/framework/common/debug/log.h b/inc/framework/common/debug/log.h index 43fb3224..980acba2 100644 --- a/inc/framework/common/debug/log.h +++ b/inc/framework/common/debug/log.h @@ -258,7 +258,7 @@ #define GE_ERRORLOG_AND_ERRORMSG(_status, errormsg) \ { \ GELOGE(_status, "[Check][InnerData]%s", errormsg); \ - REPORT_INNER_ERROR("E19999", "%s", errormsg); \ + REPORT_INNER_ERROR("E19021", "%s", errormsg); \ } #define GE_WARNINGLOG_AND_ERRORMSG(errormsg) \