mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
minor fix for vs rendering
This commit is contained in:
parent
1544706af5
commit
006958cf88
@ -1333,7 +1333,7 @@ public abstract class BaseWorkerContext extends I18nBase implements IWorkerConte
|
||||
}
|
||||
String csumm =cachingAllowed && txCache != null ? txCache.summary(code) : null;
|
||||
if (cachingAllowed && txCache != null) {
|
||||
txLog("$validate "+csumm+" for "+ txCache.summary(vs));
|
||||
txLog("$validate "+csumm+(vs == null ? "" : " for "+ txCache.summary(vs)));
|
||||
} else {
|
||||
txLog("$validate "+csumm+" before cache exists");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user