From e1b2459864c06e9157d5c33eb4fa722b0b063800 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 8 Mar 2018 10:56:33 +0000 Subject: [PATCH] Added log git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portal/ws-synchronized-module-library@164807 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../wssynclibrary/thredds/WorkspaceThreddsSynchronize.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/portal/wssynclibrary/thredds/WorkspaceThreddsSynchronize.java b/src/main/java/org/gcube/portal/wssynclibrary/thredds/WorkspaceThreddsSynchronize.java index e44a2e2..7eaae33 100644 --- a/src/main/java/org/gcube/portal/wssynclibrary/thredds/WorkspaceThreddsSynchronize.java +++ b/src/main/java/org/gcube/portal/wssynclibrary/thredds/WorkspaceThreddsSynchronize.java @@ -425,6 +425,7 @@ public class WorkspaceThreddsSynchronize implements WorkspaceThreddsSynchronized } Collections.sort(listCtlgs); + logger.debug("Returning sorted Catalogue list with: "+listCtlgs.size() +" item/s"); return listCtlgs; } }