This commit is contained in:
Liang Ding 2023-01-08 22:52:54 +08:00
parent 88f716b5d6
commit c4e347f9fb
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

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))
}