Jelajahi Sumber

:art: logging

Liang Ding 3 tahun lalu
induk
melakukan
d8edf62a8e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 	// 创建数据快照 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)
 	}
 	}