mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 Add logging
This commit is contained in:
parent
aaf15c77e0
commit
ba547e0353
1 changed files with 2 additions and 0 deletions
|
|
@ -947,6 +947,7 @@ func upgradeUserGuide() {
|
|||
continue
|
||||
}
|
||||
|
||||
logging.LogInfof("upgrading user guide box [%s]", boxID)
|
||||
unindex(boxID)
|
||||
|
||||
if err = filelock.Remove(boxDirPath); nil != err {
|
||||
|
|
@ -958,6 +959,7 @@ func upgradeUserGuide() {
|
|||
}
|
||||
|
||||
index(boxID)
|
||||
logging.LogInfof("upgraded user guide box [%s]", boxID)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue