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:
parent
773f9d2739
commit
482a5b9ffc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue