提交 cb84ba41 编写于 作者: A Adam Lee

s3ext: display same log messages in gpcheckcloud and GPDB

上级 19b9134a
......@@ -42,15 +42,9 @@ LOGLEVEL getLogLevel(const char* v);
if (EXT_WARNING <= s3ext_loglevel) \
PRINTFUNCTION(EXT_WARNING, LOG_FMT message NEWLINE, LOG_ARGS("W"), ##args)
#ifdef S3_CHK_CFG
#define S3ERROR(message, args...) \
if (EXT_ERROR <= s3ext_loglevel) \
PRINTFUNCTION(EXT_ERROR, "%s " message NEWLINE, "Failed:", ##args)
#else
#define S3ERROR(message, args...) \
if (EXT_ERROR <= s3ext_loglevel) \
PRINTFUNCTION(EXT_ERROR, LOG_FMT message NEWLINE, LOG_ARGS("E"), ##args)
#endif
void InitRemoteLog();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册