Fix renamed method

This commit is contained in:
Manfred Karrer 2016-07-23 01:42:54 +02:00
parent 3a8c09c0d5
commit 099118a75a

View file

@ -114,6 +114,6 @@ public class Log {
if (DevFlags.STRESS_TEST_MODE)
System.err.println(new SimpleDateFormat("HH:mm:ss.SSS").format(new Date()) +
" - " + msg +
" / Memory(MB): " + Profiler.getUsedMemory());
" / Memory(MB): " + Profiler.getUsedMemoryInMB());
}
}