Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Jan 23, 2020
1 parent fe3c0ab commit 4a347ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGet.Jobs.RegistrationComparer/HiveComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ await ParallelAsync.Repeat(
}
catch (InvalidOperationException ex)
{
_logger.LogWarning(ex.Message);
_logger.LogWarning(ex, "A comparison warning was found.");
continue;
}

Expand Down

0 comments on commit 4a347ce

Please sign in to comment.