Browse Source

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

Liang Ding 2 years ago
parent
commit
c4e347f9fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/transaction.go

+ 1 - 1
kernel/model/transaction.go

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