🔇 logging
This commit is contained in:
parent
dcb1f395da
commit
7d98e0c243
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue