Skip to content

Commit f56fd30

Browse files
author
Grahame Grieve
committed
better error message
1 parent 107c6c6 commit f56fd30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/ftx/ftx_sct_services.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ procedure TSnomedServices.LoadFromSource;
15211521
else if v = SNOMED_CACHE_VERSION_UTF16 Then
15221522
FStrings.IsUTF16 := true
15231523
else
1524-
raise ETerminologyError.create('The Snomed cache "'+FSourceFile+'" must be rebuilt using the server utilities', itException);
1524+
raise ETerminologyError.create('The Snomed cache "'+FSourceFile+'" must be rebuilt using the server utilities ('+v+'/'+SNOMED_CACHE_VERSION_CURRENT+')', itException);
15251525
VersionUri := oread.ReadString;
15261526
VersionDate := oread.ReadString;
15271527
s := VersionUri.split(['/']);

0 commit comments

Comments
 (0)