This commit is contained in:
Liang Ding
2023-01-08 22:52:54 +08:00
parent 88f716b5d6
commit c4e347f9fb

View File

@@ -1269,5 +1269,5 @@ func reindexTree(rootID string) {
treenode.ReindexBlockTree(tree)
sql.UpsertTreeQueue(tree)
logging.LogInfof("reindex tree [%s]", tree.ID)
util.PushStatusBar(fmt.Sprintf("Reindexing tree [%s]", tree.HPath))
}