forked from Archives/Athou_commafeed
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