Browse Source

error message add

tags/v1.1.0
wangwenhua1@huawei.com 4 years ago
parent
commit
a61864bcfc
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

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


Loading…
Cancel
Save