瀏覽代碼

:art: logging

Liang Ding 3 年之前
父節點
當前提交
d8edf62a8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/model/sync.go

+ 1 - 1
kernel/model/sync.go

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