mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
move to debug lines
This commit is contained in:
@@ -70,7 +70,7 @@ public class PubSubHubbubCallbackREST {
|
|||||||
feedPushInfoDAO.update(infos);
|
feedPushInfoDAO.update(infos);
|
||||||
return Response.ok(challenge).build();
|
return Response.ok(challenge).build();
|
||||||
} else {
|
} else {
|
||||||
log.info("rejecting callback: no push info for {}", topic);
|
log.debug("rejecting callback: no push info for {}", topic);
|
||||||
return Response.status(Status.NOT_FOUND).build();
|
return Response.status(Status.NOT_FOUND).build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -94,7 +94,7 @@ public class PubSubHubbubCallbackREST {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("Could not parse pubsub callback: " + e.getMessage(), e);
|
log.debug("Could not parse pubsub callback: " + e.getMessage(), e);
|
||||||
}
|
}
|
||||||
return Response.ok().build();
|
return Response.ok().build();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user