Fix renamed method

This commit is contained in:
Manfred Karrer 2016-07-23 14:41:18 +02:00
parent 1fa17edb82
commit 9f3bfe2b6f

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());
}
}