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
This commit is contained in:
Costantino Perciante 2016-10-03 08:34:21 +00:00
parent ea4723ad2f
commit 78a3b1c82c
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}