mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Fix minor typo in logging (#1444)
This commit is contained in:
parent
8f0ef49d7f
commit
a6128c781a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user