Merge branch 'patch-1' of github.com:airbreather/FML
This commit is contained in:
commit
c67e3d3abe
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue