From d0dc7ff35d71919d503ae35592478b173cf3cfd3 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 10 Jun 2019 23:45:04 -0400
Subject: [PATCH] Extract big data.

---
 GroupEditor.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/GroupEditor.java b/GroupEditor.java
index b4f001a..43af894 100644
--- a/GroupEditor.java
+++ b/GroupEditor.java
@@ -3429,7 +3429,8 @@
                     
                     int size = obj.MemorySize();
                     
-                    System.err.println((size/1024) + " KB is the size of " + obj);
+                    //System.err.println((size/1024) + " KB is the size of " + obj);
+                    System.err.println("the size of " + obj + " is " + size + " (" + (size/1024) + "KB)");
                 }
             }
             catch (Exception e)

--
Gitblit v1.6.2