fix .wf missing error_log

This commit is contained in:
tushicheng
2023-05-17 16:16:48 +00:00
committed by ob-robot
parent b1bb0aefec
commit 25f70ff29f
3 changed files with 12 additions and 12 deletions

View File

@ -482,7 +482,7 @@ void ObMallocAllocator::print_tenant_memory_usage(uint64_t tenant_id) const
char *buf = (char *)ctxalp(BUFLEN);
if (OB_ISNULL(buf)) {
ret = OB_ALLOCATE_MEMORY_FAILED;
LIB_LOG(ERROR, "no memory", K(ret));
LIB_LOG(WARN, "no memory", K(ret));
} else {
int64_t ctx_pos = 0;
const volatile int64_t *ctx_hold_bytes = mgr->get_ctx_hold_bytes();