minor fixes

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@134191 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-11-15 14:19:51 +00:00
parent 773f9d2739
commit 482a5b9ffc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ public class UserStatisticsServiceImpl extends RemoteServiceServlet implements U
try {
thumbnailURL = userManager.getUserByUsername(statisticsOfUsername).getUserAvatarURL();
} catch (Exception e) {
logger.error("Unable to retrieve avatar url for user " + statisticsOfUsername, e);
logger.error("Unable to retrieve avatar url for user " + statisticsOfUsername +". Likely he/she doesn't have an avatar");
}
String actualVre = null;