From 4f44400da7b444d49063a5833d00b4e92cb2637b Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Tue, 13 Feb 2018 13:47:25 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/catalogue-badge-portlet@163213 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/cataloguebadge/PortletViewController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/portlets/user/cataloguebadge/PortletViewController.java b/src/main/java/org/gcube/portlets/user/cataloguebadge/PortletViewController.java index 68ed14e..f6cd606 100644 --- a/src/main/java/org/gcube/portlets/user/cataloguebadge/PortletViewController.java +++ b/src/main/java/org/gcube/portlets/user/cataloguebadge/PortletViewController.java @@ -86,6 +86,7 @@ public class PortletViewController { _log.info("regular factory.getUtilsPerScope with context: " + context); } Statistics stats = utils.getStatistics(); + _log.info("Got Statistics ... "); model.addAttribute("itemsNo", convertToStringRepresentation(stats.getNumItems())); model.addAttribute("groupsNo", stats.getNumGroups()); model.addAttribute("organisationsNo", stats.getNumOrganizations());