mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
parent
a2929f1c19
commit
96f69ebfdf
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue