🔇 logging

This commit is contained in:
Liang Ding 2023-02-01 16:51:46 +08:00
parent dcb1f395da
commit 7d98e0c243
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -230,7 +230,7 @@ func reindexTreeByPath(box, p string, i, size int) {
func reindexTree(rootID string, i, size int) {
root := treenode.GetBlockTree(rootID)
if nil == root {
logging.LogWarnf("root block not found", rootID)
logging.LogWarnf("root block [%s] not found", rootID)
return
}