remove a debug log
This commit is contained in:
@ -59,7 +59,7 @@ int function(Args &&...args) \
|
|||||||
ret = OB_SUCCESS; \
|
ret = OB_SUCCESS; \
|
||||||
} else { \
|
} else { \
|
||||||
ret = OB_ENTRY_NOT_EXIST; \
|
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; \
|
return ret; \
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user