From a260f5fec314a260bcaccf67e3d737bf5b153c38 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 16 Jun 2023 10:07:25 +0200 Subject: Increased debug level for NOT collecting inboxes. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 005f6e6..e6af8bf 100644 --- 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; } -- cgit v1.2.3