diff options
| author | 2022-12-24 07:05:01 +0100 | |
|---|---|---|
| committer | 2022-12-24 07:05:01 +0100 | |
| commit | 292d7c3e95265cdca23670cc04f717dd35c90872 (patch) | |
| tree | 81f1b3c2b3fbb51e81ec5a3c5622f579803a6814 /activitypub.c | |
| parent | Added a working space to timeline_request(). (diff) | |
| download | snac2-292d7c3e95265cdca23670cc04f717dd35c90872.tar.gz snac2-292d7c3e95265cdca23670cc04f717dd35c90872.tar.xz snac2-292d7c3e95265cdca23670cc04f717dd35c90872.zip | |
Fixed log level for 'serving actor'.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 64155c0..ba4f594 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -1155,7 +1155,7 @@ int activitypub_get_handler(d_char *req, char *q_path, | |||
| 1155 | msg = msg_actor(&snac); | 1155 | msg = msg_actor(&snac); |
| 1156 | *ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""; | 1156 | *ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""; |
| 1157 | 1157 | ||
| 1158 | snac_debug(&snac, 0, xs_fmt("actor requested")); | 1158 | snac_debug(&snac, 1, xs_fmt("serving actor")); |
| 1159 | } | 1159 | } |
| 1160 | else | 1160 | else |
| 1161 | if (strcmp(p_path, "outbox") == 0) { | 1161 | if (strcmp(p_path, "outbox") == 0) { |