mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-03 18:09:08 +00:00
Fix base engine println
This commit is contained in:
parent
1ff9bd5915
commit
b0a68a788e
@ -463,7 +463,7 @@ public class ValidationService {
|
||||
}
|
||||
ValidationEngine validator;
|
||||
if (hasBaseEngineForKey(cliContext.getBaseEngine())) {
|
||||
System.out.println("Getting base engine: IPS");
|
||||
System.out.println("Getting base engine: " + cliContext.getBaseEngine());
|
||||
validator = new ValidationEngine(getBaseEngine(cliContext.getBaseEngine()));
|
||||
} else {
|
||||
System.out.println("Building new validator engine.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user