Skip to content

Commit

Permalink
hotfix: Add logging for note sync failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLuong3 committed Jan 2, 2025
1 parent 3f93008 commit ed33d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIL.XForge.Scripture/Services/ParatextService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ Dictionary<string, ParatextUserProfile> ptProjectUsers
continue;
if (!string.IsNullOrEmpty(note.SyncUserRef))
throw new DataNotFoundException(
"Could not find the matching comment for a note containing a sync user."
$"Could not find the matching comment for note {note.DataId} in thread {note.ThreadId} containing sync user {note.SyncUserRef}."
);

// new comment added
Expand Down

0 comments on commit ed33d05

Please sign in to comment.