]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ClusterChangeSet.java
Removed contact application support prints
[simantics/platform.git] / bundles / org.simantics.db.procore / src / org / simantics / db / procore / cluster / ClusterChangeSet.java
index 1582273538c9a4eb892bcd3249162d2aa7e0e29c..3afb92fc862b8e43be09ea58161494e17399dab0 100644 (file)
@@ -309,7 +309,7 @@ public class ClusterChangeSet implements ClusterChangeSetI {
                     p = CCSParser.parseStm(StmEnum.Add, args, bytes, p, 4, ReferenceType.ForeignLong, ReferenceType.ForeignShort);
                     break;
                 default:
-                    throw new RuntimeException("Internal error, contact application support.");
+                    throw new RuntimeException("Internal error in cluster stream (v=" + kraa + ")");
             }
         }
         return p - pb;