🎨 logging

This commit is contained in:
Liang Ding 2022-06-26 11:37:07 +08:00
parent 0416dcb8cb
commit d8edf62a8e
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -154,7 +154,7 @@ func SyncData(boot, exit, byHand bool) {
// 创建数据快照 https://github.com/siyuan-note/siyuan/issues/5161 // 创建数据快照 https://github.com/siyuan-note/siyuan/issues/5161
indexRepoBeforeCloudSync() indexRepoBeforeCloudSync()
// 同步数据仓库 // 同步数据仓库 https://github.com/siyuan-note/siyuan/issues/5142
if syncRepoErr := syncRepo(); nil != syncRepoErr { if syncRepoErr := syncRepo(); nil != syncRepoErr {
util.LogErrorf("sync repo failed: %s", syncRepoErr) util.LogErrorf("sync repo failed: %s", syncRepoErr)
} }