diff options
| author | 2023-12-11 07:19:42 +0100 | |
|---|---|---|
| committer | 2023-12-11 07:19:42 +0100 | |
| commit | 88294c51987ee7ccdad1ccba4eac802b44fec0b6 (patch) | |
| tree | 47cbf5a67164e6f4e8f9428afcb839dca1ee158f | |
| parent | More functions do not require the user argument. (diff) | |
| download | snac2-88294c51987ee7ccdad1ccba4eac802b44fec0b6.tar.gz snac2-88294c51987ee7ccdad1ccba4eac802b44fec0b6.tar.xz snac2-88294c51987ee7ccdad1ccba4eac802b44fec0b6.zip | |
Log actor_request() errors.
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c index 2216fdc..f4c081b 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -140,6 +140,8 @@ int actor_request(const char *actor, xs_dict **data) | |||
| 140 | payload = NULL; | 140 | payload = NULL; |
| 141 | } | 141 | } |
| 142 | } | 142 | } |
| 143 | else | ||
| 144 | srv_debug(0, xs_fmt("actor_request error %d", status2)); | ||
| 143 | } | 145 | } |
| 144 | 146 | ||
| 145 | /* collect the (presumed) shared inbox in this actor */ | 147 | /* collect the (presumed) shared inbox in this actor */ |