diff --git a/tools/ob_admin/log_tool/ob_admin_log_tool_executor.cpp b/tools/ob_admin/log_tool/ob_admin_log_tool_executor.cpp index 4330968f94..98b6d9bb89 100644 --- a/tools/ob_admin/log_tool/ob_admin_log_tool_executor.cpp +++ b/tools/ob_admin/log_tool/ob_admin_log_tool_executor.cpp @@ -184,7 +184,7 @@ int ObAdminLogExecutor::alloc_mutator_string_buf_() int ret = OB_SUCCESS; if (OB_ISNULL(mutator_str_buf_)) { - mutator_str_buf_ = static_cast(ob_malloc(MAX_TX_LOG_STRING_SIZE)); + mutator_str_buf_ = static_cast(ob_malloc(MAX_TX_LOG_STRING_SIZE, "AdminDumpLog")); mutator_buf_size_ = MAX_TX_LOG_STRING_SIZE; }