Typo in log fixed

This commit is contained in:
Mauro Mugnaini 2024-04-09 19:01:21 +02:00
parent b0baca48b5
commit 836afdad8b
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class DeleteAccountResource {
logger.debug("Deleting user's avatar from the configured storage");
avatarStorageProvider.deleteAvatarImage(realm, user);
} else {
logger.warn("Cannot perform avatar import ince the avatar storage provider is null");
logger.warn("Cannot perform avatar deletion since the avatar storage provider is null");
}
logger.debug("Sending delete account event to the orchestrator");