浏览代码

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

Liang Ding 2 年之前
父节点
当前提交
c4e347f9fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
 }