Skip to content

Commit

Permalink
Merge pull request #491 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: wrong error message
  • Loading branch information
ychung-mot authored Jul 24, 2024
2 parents 74a0211 + a3786e6 commit c5d4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/StrDss.Service/UserService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public async Task<Dictionary<string, List<string>>> ValidateUserUpdateDto(UserUp
catch (Exception ex)
{
_logger.LogError($"BCeID Web call failed - {ex.Message}", ex);
_logger.LogInformation("BCeID Web call failed - Skipping UpdateBceidUserInfo ");
_logger.LogInformation("BCeID Web call failed");
}
}

Expand Down

0 comments on commit c5d4f47

Please sign in to comment.