X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.procore%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fprocore%2Fcluster%2FClusterChangeSet.java;h=3afb92fc862b8e43be09ea58161494e17399dab0;hb=HEAD;hp=1582273538c9a4eb892bcd3249162d2aa7e0e29c;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ClusterChangeSet.java b/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ClusterChangeSet.java index 158227353..3afb92fc8 100644 --- a/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ClusterChangeSet.java +++ b/bundles/org.simantics.db.procore/src/org/simantics/db/procore/cluster/ClusterChangeSet.java @@ -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;