Normand Briere
2019-06-11 d0dc7ff35d71919d503ae35592478b173cf3cfd3
GroupEditor.java
....@@ -3429,7 +3429,8 @@
34293429
34303430 int size = obj.MemorySize();
34313431
3432
- System.err.println((size/1024) + " KB is the size of " + obj);
3432
+ //System.err.println((size/1024) + " KB is the size of " + obj);
3433
+ System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");
34333434 }
34343435 }
34353436 catch (Exception e)