forked from huawei/openGauss-server
decorate xgboost Error information
Offering: openGaussDev More detail: decorate xgboost Error information:Delete Stack Print Match-id-04f4a4620009e86d912ff90ffe0117c62dba8847
This commit is contained in:
parent
513eabfde4
commit
1c8b74121d
|
|
@ -84,7 +84,7 @@ static MemoryContext g_xgboostMcxt = NULL;
|
|||
char *res = strchr(str, '\n'); \
|
||||
*res = '\0'; \
|
||||
ereport(ERROR, (errmodule(MOD_DB4AI), errcode(ERRCODE_INVALID_PARAMETER_VALUE), \
|
||||
errmsg("%s:%d: error in: %s\n", __FILE__, __LINE__, str))); \
|
||||
errmsg("%s", strrchr(str,':') + 1))); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue