From c4e347f9fb6e2de7d7584482d4081b89390ff4be Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 8 Jan 2023 22:52:54 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=87=AA=E5=8A=A8=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=B4=A2=E5=BC=95=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/7016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/transaction.go b/kernel/model/transaction.go index 4ab011b0f..e330791f2 100644 --- a/kernel/model/transaction.go +++ b/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)) }