X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FClusterChangeManager.java;fp=bundles%2Forg.simantics.db.procore%2Fsrc%2Ffi%2Fvtt%2Fsimantics%2Fprocore%2Finternal%2FClusterChangeManager.java;h=048a775196d46145fd3e00b9b5605d013f1dcab3;hp=83088135559fe16603c060a13325436b6e3fbd34;hb=cec265e1216a0a211e6e6dc4f91d5fda4c5747db;hpb=53733aee4b4a9cdc333e722700867a3e700544b9 diff --git a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChangeManager.java b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChangeManager.java index 830881355..048a77519 100644 --- a/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChangeManager.java +++ b/bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChangeManager.java @@ -41,7 +41,7 @@ public class ClusterChangeManager { if(clusterChanges.add(change)) { removeList.add(change); } else { - new Exception("trying to add change that already exists").printStackTrace(); + new Exception("trying to add change that already exists " + change.clusterUID + " " + System.identityHashCode(change.clusterImpl)).printStackTrace(); } updateChangeCounters(); }