Przeglądaj źródła

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

Liang Ding 2 lat temu
rodzic
commit
c4e347f9fb
1 zmienionych plików z 1 dodań i 1 usunięć
  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))
 }