Index: lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/webservice/xml/Attic/NotificationServlet.java,v diff -u -r1.1.2.2 -r1.1.2.3 --- lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java 5 May 2016 08:09:44 -0000 1.1.2.2 +++ lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java 23 May 2016 08:09:27 -0000 1.1.2.3 @@ -75,7 +75,7 @@ getNotifications(userMap.getUser().getUserId(), request, response); } } catch (Exception e) { - NotificationServlet.log.error("Error while getting notifications"); + NotificationServlet.log.error("Error while getting notifications", e); } }