mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 06:14:45 +00:00
add some logging
This commit is contained in:
parent
5bfb6d50c0
commit
8eb78c4696
@ -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()+")");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user