minor fix

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@134416 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-21 09:17:31 +00:00
parent 3d4d22ae96
commit 2e81df53d9
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ public class DataCatalogueImpl implements DataCatalogue{
}
}
}catch(Exception e){
logger.error("Unable to get user's organizations", e);
logger.error("Unable to get user's groups", e);
}
return toReturn;
}