summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-06-16 10:07:25 +0200
committerdefault <nobody@localhost>2023-06-16 10:07:25 +0200
commita260f5fec314a260bcaccf67e3d737bf5b153c38 (patch)
tree3ca4adac12031f422063bd819100f4e5630a5a41 /activitypub.c
parent723efdb251a4797eb4075bc268c670da67f24e5e (diff)
Increased debug level for NOT collecting inboxes.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
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;
}