Skip to content

Commit

Permalink
🎨 Add some detailed logs when synchronizing data siyuan-note/siyuan#9191
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Sep 15, 2023
1 parent cf7b56a commit 69389a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (repo *Repo) sync0(context map[string]interface{},
continue
}
mergeResult.Upserts = append(mergeResult.Upserts, cloudUpsert)
logging.LogInfof("sync merge upsert [path=%s, updated=%d]", cloudUpsert.Path, cloudUpsertIgnore.Updated)
logging.LogInfof("sync merge upsert [path=%s, updated=%d]", cloudUpsert.Path, cloudUpsert.Updated)
}
}

Expand Down

0 comments on commit 69389a1

Please sign in to comment.