Update log notice (#2131)

This commit is contained in:
Leendert de Borst
2026-06-04 22:58:34 +02:00
committed by Leendert de Borst
parent 99b0eef3fa
commit d40c62b493

View File

@@ -436,7 +436,7 @@ public class VaultController(ILogger<VaultController> logger, IAliasServerDbCont
{
if (!aliasLimitLogged)
{
logger.LogWarning("{User} reached the new-account alias limit of {Limit}; skipping creation of additional aliases.", user.UserName, settings.MaxAliasesForNewAccounts);
logger.LogWarning("{User} reached the new-account alias limit of {Limit}. Skipping creation of additional aliases.", user.UserName, settings.MaxAliasesForNewAccounts);
aliasLimitLogged = true;
}