Commit decde83800cb80eebea2935648ba7cbf77f08f44
1 parent
0ad3bace
Changed some log message output
Showing
1 changed file
with
1 additions
and
1 deletions
java/com/mumfrey/liteloader/core/LiteLoader.java
@@ -353,7 +353,7 @@ public final class LiteLoader implements FilenameFilter | @@ -353,7 +353,7 @@ public final class LiteLoader implements FilenameFilter | ||
353 | { | 353 | { |
354 | if (modsToLoad == null) return; | 354 | if (modsToLoad == null) return; |
355 | 355 | ||
356 | - logger.info("Loading mods"); | 356 | + logger.info("Discovered " + modsToLoad.size() + " total mod(s)"); |
357 | 357 | ||
358 | for (Class mod : modsToLoad.values()) | 358 | for (Class mod : modsToLoad.values()) |
359 | { | 359 | { |