brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

Fixing logging false errors in RemoveCertificate #661

Closed mirecg closed 7 years ago

mirecg commented 8 years ago

In RemoveCertificate method after the certificate has benn successfully removed there is an error loged Tracing.Error("[UserAccountService.RemoveCertificate] certs removed: {0}", certs.Length); , which is wrong. This PR corrects this to be Tracing.Verbose.

brockallen commented 7 years ago

Given that I don't foresee making this change, I'll close this issue. Thanks.