diff --git a/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java b/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java index 264d5ff..2fd9ecb 100644 --- a/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java +++ b/src/main/java/org/gcube/informationsystem/resource_checker/ResourceCheckerPlugin.java @@ -140,6 +140,7 @@ public class ResourceCheckerPlugin extends Plugin vosContexts = new ArrayList(); RetrieveContextsList.loadVOs(vosContexts); accessPointQuery(vosContexts, identifiers , ServiceEndpoint.class); + otherFailures = "\nThe above resources have been readded in the scopes they were missing!."; }catch(Exception e){ otherFailures = "\n\nMoreover, while trying to re-add the following identifiers " + identifiers + " there was this error " + e.getMessage(); logger.error("While readding the resources this error arose", e);