From 78a3b1c82c0edddff67f8d962f5780c4a9ad7e98 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Mon, 3 Oct 2016 08:34:21 +0000 Subject: [PATCH] minor fix to associationtogroup thread git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@132313 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../server/AssociationToGroupThread.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/AssociationToGroupThread.java b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/AssociationToGroupThread.java index b1c3dc1..0e21b51 100644 --- a/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/AssociationToGroupThread.java +++ b/src/main/java/org/gcube/portlets/widgets/ckandatapublisherwidget/server/AssociationToGroupThread.java @@ -59,10 +59,10 @@ public class AssociationToGroupThread extends Thread { if(assigned){ - logger.debug("Admin role was assigned for this group, going to associate the product to the group"); + logger.debug("Admin/editor role was assigned for this group, going to associate the product to the group"); boolean putIntoGroup = catalogue.assignDatasetToGroup(groupTitle, datasetId, catalogue.getApiKeyFromUsername(username)); - logger.debug("Was product put into group? " + putIntoGroup); + logger.info("Was product put into group? " + putIntoGroup); } }