diff --git a/fml/common/cpw/mods/fml/relauncher/RelaunchLibraryManager.java b/fml/common/cpw/mods/fml/relauncher/RelaunchLibraryManager.java index 9346c563b..3ed09f917 100644 --- a/fml/common/cpw/mods/fml/relauncher/RelaunchLibraryManager.java +++ b/fml/common/cpw/mods/fml/relauncher/RelaunchLibraryManager.java @@ -119,11 +119,11 @@ public class RelaunchLibraryManager if (!download) { - System.out.printf("Found library file %s present and correct in lib dir", libName); + System.out.printf("Found library file %s present and correct in lib dir\n", libName); } else { - System.out.printf("Library file %s was downloaded and verified successfully", libName); + System.out.printf("Library file %s was downloaded and verified successfully\n", libName); } try