From 0b92256f80b041bb85db47f1c57c64f6cadb13a2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 9 Sep 2022 09:14:56 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=A1=8C=E9=9D=A2=E7=AB=AF=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E4=B8=8B=E8=BD=BD=E6=9B=B4=E6=96=B0=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=8C=85=20https://github.com/siyuan-note/siyuan/issues/5837?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/conf.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/model/conf.go b/kernel/model/conf.go index 006344838..49a61600a 100644 --- a/kernel/model/conf.go +++ b/kernel/model/conf.go @@ -593,4 +593,6 @@ func clearWorkspaceTemp() { logging.LogInfof("removed temp file [%s]", tmp) } } + + logging.LogInfof("cleared workspace temp") }