minor fix

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@131998 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-09-28 14:53:38 +00:00
parent c3a30f738c
commit cf91c2721a
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ public class DataCatalogueImpl implements DataCatalogue{
toReturn = client.getGroup(nameOrId);
}catch(JackanException je){
logger.error("This group doesn't exist", je);
logger.error("This group doesn't exist");
}
return toReturn;