Typo fixed in log message

This commit is contained in:
Mauro Mugnaini 2021-05-20 18:24:52 +02:00
parent 8a067e023d
commit 1f04175205
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class AvatarImporter extends AbstractClaimMapper {
public void run() {
AvatarStorageProvider avatarStorageProvider = session.getProvider(AvatarStorageProvider.class);
if (avatarStorageProvider == null) {
logger.warn("Cannot perform avatar import ince the avatar storage provider is null");
logger.warn("Cannot perform avatar import since the avatar storage provider is null");
return;
}
InputStream avatarInputStream = null;