Index: lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java =================================================================== diff -u -r5773f84ed608838de3521ecde87c52f3c72d478c -re2bc2f7aa3ef64c4bcae675ba05e67e97ccc5ab4 --- lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java (.../NotificationServlet.java) (revision 5773f84ed608838de3521ecde87c52f3c72d478c) +++ lams_central/src/java/org/lamsfoundation/lams/webservice/xml/NotificationServlet.java (.../NotificationServlet.java) (revision e2bc2f7aa3ef64c4bcae675ba05e67e97ccc5ab4) @@ -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); } }