Skip to content

Commit

Permalink
[preview] Update ArgumentException to warning (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh authored Feb 8, 2024
1 parent f67a007 commit 67007a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private SortedDictionary<int, RevisionItem> GetRevisionItems(RevisionCollection
}
catch (ArgumentException e)
{
Log.Error(e, "ArgumentException");
Log.Warning(e, "For some Reason there are multiple Revisions on {WorkItemId} with the same System.Rev. We will create a renumbered list...", items[0].WorkItemId);
var currentNumber = -1;
foreach (var item in items)
{
Expand Down

0 comments on commit 67007a4

Please sign in to comment.