diff --git a/src/main/java/org/gcube/datatransfer/resolver/services/CatalogueResolver.java b/src/main/java/org/gcube/datatransfer/resolver/services/CatalogueResolver.java index e31f6c9..3937732 100644 --- a/src/main/java/org/gcube/datatransfer/resolver/services/CatalogueResolver.java +++ b/src/main/java/org/gcube/datatransfer/resolver/services/CatalogueResolver.java @@ -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);