mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-08-02 02:07:06 -04:00
Update log notice (#2131)
This commit is contained in:
committed by
Leendert de Borst
parent
99b0eef3fa
commit
d40c62b493
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user