Skip to content

Commit

Permalink
Merge pull request #5174 from IllianiCBT/logger_factionLoad
Browse files Browse the repository at this point in the history
Updated Faction Loading Log Format
  • Loading branch information
IllianiCBT authored Nov 7, 2024
2 parents f0ee9fd + 8bfab02 commit fccec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MekHQ/src/mekhq/campaign/universe/Factions.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static Factions loadDefault()

Factions factions = load("data/universe/factions.xml");

logger.info("Loaded a total of %d factions", factions.factions.size());
logger.info(String.format("Loaded a total of %d factions", factions.factions.size()));

return factions;
}
Expand Down

0 comments on commit fccec21

Please sign in to comment.