[BUG] remove unnecessary log

This commit is contained in:
Handora
2023-08-07 01:12:22 +00:00
committed by ob-robot
parent 0c76c61d10
commit 8f6117fd11
7 changed files with 9 additions and 28 deletions

View File

@ -123,7 +123,7 @@ int ObLockMemtableMgr::create_memtable(const SCN clog_checkpoint_scn,
} else if (OB_FAIL(ls_tx_svr->register_common_checkpoint(checkpoint::LOCK_MEMTABLE_TYPE, memtable))) {
LOG_WARN("lock memtable register_common_checkpoint failed", K(ret), K(ls_id_));
} else {
LOG_INFO("create lock memtable successfully", K_(ls_id), K(memtable));
LOG_INFO("create lock memtable successfully", K_(ls_id), K(memtable), KPC(this));
}
return ret;