log added

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@129167 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-20 08:30:18 +00:00
parent 6b8c310d30
commit a2da9329f0
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ public class CKanUtilsImpl implements CKanUtilsInterface{
toReturn.put(orgName, rolesIntoOrg);
}
}
logger.debug("Result is " + toReturn);
return toReturn;
}catch(Exception e){