chore: clean up logging in LanguageMixin

This commit is contained in:
Johannes Frohnmeyer 2024-05-11 17:15:42 +02:00
parent 32d3d59f1d
commit 60ae06b581
Signed by: Johannes
GPG Key ID: E76429612C2929F4

View File

@ -17,7 +17,7 @@ public class LanguageMixin {
TranslationStorageAccessor ta = (TranslationStorageAccessor) t;
ta.setTranslations(Translater.getMap(ta.getTranslations()));
Translater.LOGGER.info("Set translater backend 2");
} else Translater.LOGGER.warn("Unsupported language configured: " + language);
} else Translater.LOGGER.warn("Unsupported language configured: {}", language);
}
@ModifyArg(