WARN is too obtrusive here

GitOrigin-RevId: 66fda7f1edb8134fd68ff61a5fb5123e80075aac
This commit is contained in:
Dmitry Avdeev
2024-01-31 16:29:05 +01:00
committed by intellij-monorepo-bot
parent 0af958ad17
commit 3e65fb1715

View File

@@ -246,7 +246,7 @@ final class FontFamilyServiceImpl extends FontFamilyService {
return MethodHandleUtil.getPublicMethod(Font2D.class, methodName, MethodType.methodType(type));
}
catch (Throwable e) {
LOG.warn(e);
LOG.debug(e);
return null;
}
}