add some logging

This commit is contained in:
Grahame Grieve 2021-12-15 08:25:12 +11:00
parent 5bfb6d50c0
commit 8eb78c4696

View File

@ -538,7 +538,7 @@ public class FilesystemPackageCacheManager extends BasePackageCacheManager imple
InputStream stream = fetchFromUrlSpecific(Utilities.pathURL("http://build.fhir.org", id + ".tgz"), false);
return new InputStreamWithSrc(stream, Utilities.pathURL("http://build.fhir.org", id + ".tgz"), "current");
} else {
throw new FHIRException("The package '" + id + "' has no entry on the current build server");
throw new FHIRException("The package '" + id + "' has no entry on the current build server ("+ciList.toString()+")");
}
}