mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
Fix minor typo in logging (#1444)
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogWarning(e, "Failed to send email. Re-retying...");
|
||||
_logger.LogWarning(e, "Failed to send email. Retrying...");
|
||||
await SendAsync(request, true);
|
||||
throw e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user