]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/ClusterChangeManager.java
Cluster loading problem fix made by Antti
[simantics/platform.git] / bundles / org.simantics.db.procore / src / fi / vtt / simantics / procore / internal / ClusterChangeManager.java
index 83088135559fe16603c060a13325436b6e3fbd34..048a775196d46145fd3e00b9b5605d013f1dcab3 100644 (file)
@@ -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();
     }