Skip to content
Snippets Groups Projects
Commit 94fe8ade authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Clarify error message.

parent 236b6d20
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,8 @@ void reshUnpackResources(char * unpackBuffer, int unpackBufferSize,
reshDestroy(namespaceAdaptKey(resH, originNamespace));
break;
default:
xabort ( "TOKEN MAPS NO VALID DATATYPE" );
xabort("Invalid/unexpected serialization type %d or transfer error!",
updateType);
}
}
for (int i = 0; i < numAssociations; ++i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment