remove a debug log
This commit is contained in:
parent
48d19b380c
commit
ccaa3d881d
@ -59,7 +59,7 @@ int function(Args &&...args) \
|
||||
ret = OB_SUCCESS; \
|
||||
} else { \
|
||||
ret = OB_ENTRY_NOT_EXIST; \
|
||||
STORAGE_LOG(INFO, "ObMemtableMgr is not exist, there is no memtable", KR(ret)); \
|
||||
STORAGE_LOG(DEBUG, "ObMemtableMgr is not exist, there is no memtable", KR(ret)); \
|
||||
} \
|
||||
return ret; \
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user