detailed exception message

This commit is contained in:
Athou
2013-05-22 13:33:34 +02:00
parent 43caaab007
commit a7fd551a76

View File

@@ -94,7 +94,7 @@ public class PubSubHubbubCallbackREST {
}
}
} catch (Exception e) {
log.error(e.getMessage(), e);
log.error("Could not parse pubsub callback: " + e.getMessage(), e);
}
return Response.ok().build();
}