Skip to content

Commit

Permalink
FontHandler log entries at debug level (have no impact)
Browse files Browse the repository at this point in the history
  • Loading branch information
SJuliez committed Aug 5, 2024
1 parent cce83da commit b1db2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megamek/src/megamek/client/ui/swing/util/FontHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static void parseFontsInDirectory(final File directory) {
errors.add(" Failed to read font " + fontFile);
}
}
logger.warn("Could not register some fonts\n{}", String.join("\n", errors));
logger.debug("Could not register some fonts\n{}", String.join("\n", errors));
}

private static void ensureInitialization() {
Expand Down

0 comments on commit b1db2cd

Please sign in to comment.