Browse Source

fix aipp

pull/1357/head
wangxiaotian22 4 years ago
parent
commit
05cc9789a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/framework/common/debug/log.h

+ 1
- 1
inc/framework/common/debug/log.h View File

@@ -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) \


Loading…
Cancel
Save