Skip to content

Commit

Permalink
log exception
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Aug 22, 2012
1 parent 2ff49b4 commit 6f76c68
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -84,6 +84,7 @@ protected InputStream getContentXML(String viewId) throws Exception {
try {
userInterests = getUserInterests(cookie.getValue(), boost_domain);
} catch(ServiceException e) {
log.error(e, e);
// No interests
Element errEl = doc.createElementNS(NAMESPACE, "no-profile");
root.appendChild(errEl);
Expand Down

0 comments on commit 6f76c68

Please sign in to comment.