snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 292d7c3e95265cdca23670cc04f717dd35c90872
parent 850259b26938c88fb59bfefcafb7f784913a67d9
Author: default <nobody@localhost>
Date:   Sat, 24 Dec 2022 07:05:01 +0100

Fixed log level for 'serving actor'.

Diffstat:
Mactivitypub.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activitypub.c b/activitypub.c @@ -1155,7 +1155,7 @@ int activitypub_get_handler(d_char *req, char *q_path, msg = msg_actor(&snac); *ctype = "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""; - snac_debug(&snac, 0, xs_fmt("actor requested")); + snac_debug(&snac, 1, xs_fmt("serving actor")); } else if (strcmp(p_path, "outbox") == 0) {