mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
detailed exception message
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user