Fixes build breakage in commit:

3a8c09c0d5
This commit is contained in:
danda 2016-07-23 18:52:14 -07:00
parent a2929f1c19
commit 96f69ebfdf

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