diff --git a/src/storage/memtable/ob_memtable_context.cpp b/src/storage/memtable/ob_memtable_context.cpp index 95e4655e1e..d82b2af851 100644 --- a/src/storage/memtable/ob_memtable_context.cpp +++ b/src/storage/memtable/ob_memtable_context.cpp @@ -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(),