snac2

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

commit a260f5fec314a260bcaccf67e3d737bf5b153c38
parent 723efdb251a4797eb4075bc268c670da67f24e5e
Author: default <nobody@localhost>
Date:   Fri, 16 Jun 2023 10:07:25 +0200

Increased debug level for NOT collecting inboxes.

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

diff --git a/activitypub.c b/activitypub.c @@ -137,7 +137,7 @@ int actor_request(snac *snac, const char *actor, xs_dict **data) inbox_add_by_actor(*data); } else - srv_log(xs_fmt("NOT collected")); + srv_debug(2, xs_fmt("NOT collected")); return status; }