Skip to content

Commit

Permalink
Merge pull request #5858 from SJuliez/font-log-revisit
Browse files Browse the repository at this point in the history
#5848: FontHandler log entries at debug level
  • Loading branch information
rjhancock authored Aug 7, 2024
2 parents bd3f6a4 + b1db2cd commit e730e3d
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 e730e3d

Please sign in to comment.