Merge branch 'patch-1' of github.com:airbreather/FML

This commit is contained in:
Christian 2014-01-02 22:21:25 -05:00
commit c67e3d3abe

View file

@ -44,6 +44,7 @@ public class FMLRelaunchLog {
private static void configureLogging()
{
log.myLog = LogManager.getLogger("FML");
configured = true;
}
public static void log(String targetLog, Level level, String format, Object... data)