Merge remote-tracking branch 'origin/master'

This commit is contained in:
Grahame Grieve 2023-06-28 13:27:19 +10:00
commit 29c2f46726
1 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
if ((ref.isProcess() || all) && ref.getCnt() != null) {
TimeTracker.Session tts = context.clock().start("validation");
context.clock().milestone();
System.out.println(" Validate " + ref);
System.out.println(" Validate " + ref.getRef());
try {
OperationOutcome outcome = validate(ref.getRef(), ref.getCnt().getFocus(), ref.getCnt().getCntType(), profiles, record);
@ -1185,4 +1185,4 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
}
}
}