Explorar o código

:art: 自动校验数据库索引 https://github.com/siyuan-note/siyuan/issues/7016

Liang Ding %!s(int64=2) %!d(string=hai) anos
pai
achega
c4e347f9fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      kernel/model/transaction.go

+ 1 - 1
kernel/model/transaction.go

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