From 05cc9789a09f81652b4750fe149870f1f925f866 Mon Sep 17 00:00:00 2001 From: wangxiaotian22 Date: Fri, 26 Mar 2021 14:17:14 +0800 Subject: [PATCH] fix aipp --- 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 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) \