fixed #1673: Replace buf by KP(buf)

This commit is contained in:
Dennis Liu
2023-11-21 21:46:58 +08:00
parent e6290c96a4
commit e899e947c9

View File

@ -635,7 +635,7 @@ int ObMemtableCtx::fill_redo_log(char *buf,
if (OB_SUCCESS != ret && OB_EAGAIN != ret && OB_ENTRY_NOT_EXIST != ret) {
TRANS_LOG(WARN, "fill_redo_log fail", "ret", ret, "trans_id",
NULL == ctx_ ? "" : S(ctx_->get_trans_id()),
"buf", buf,
KP(buf),
"buf_len", buf_len,
"buf_pos", buf_pos,
"pending_log_size", trans_mgr_.get_pending_log_size(),