Only changed a log
This commit is contained in:
parent
40359851ac
commit
e66330b1d7
|
@ -74,7 +74,7 @@ public class CatalogueResolver {
|
|||
String itemCatalogueURL;
|
||||
|
||||
if(itemCatalogueURLs.isPublicItem()){
|
||||
logger.info("The dataset "+itemCatalogueURLs.getItemName()+" should be a public item (not private to VRE).");
|
||||
logger.info("The dataset "+itemCatalogueURLs.getItemName()+" was detected as public item (not private to VRE)");
|
||||
if(itemCatalogueURLs.getPublicVRECataloguePortletURL()!=null && !itemCatalogueURLs.getPublicVRECataloguePortletURL().isEmpty()) {
|
||||
itemCatalogueURL = itemCatalogueURLs.getPublicVRECataloguePortletURL();
|
||||
logger.info("I found the public VRE catalogue URL, so using public access to it: "+itemCatalogueURL);
|
||||
|
|
Loading…
Reference in New Issue