Typo fixed in log message
This commit is contained in:
parent
8a067e023d
commit
1f04175205
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue