commit 88294c51987ee7ccdad1ccba4eac802b44fec0b6 parent 09b926c16847d88e97bfba1ce239206a7bfd19bb Author: default <nobody@localhost> Date: Mon, 11 Dec 2023 07:19:42 +0100 Log actor_request() errors. Diffstat:
M | activitypub.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/activitypub.c b/activitypub.c @@ -140,6 +140,8 @@ int actor_request(const char *actor, xs_dict **data) payload = NULL; } } + else + srv_debug(0, xs_fmt("actor_request error %d", status2)); } /* collect the (presumed) shared inbox in this actor */