summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar default2023-06-16 10:07:25 +0200
committerGravatar default2023-06-16 10:07:25 +0200
commita260f5fec314a260bcaccf67e3d737bf5b153c38 (patch)
tree3ca4adac12031f422063bd819100f4e5630a5a41 /activitypub.c
parentAdded some logging on corrupted md5 ids. (diff)
downloadsnac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.tar.gz
snac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.tar.xz
snac2-a260f5fec314a260bcaccf67e3d737bf5b153c38.zip
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)
137 inbox_add_by_actor(*data); 137 inbox_add_by_actor(*data);
138 } 138 }
139 else 139 else
140 srv_log(xs_fmt("NOT collected")); 140 srv_debug(2, xs_fmt("NOT collected"));
141 141
142 return status; 142 return status;
143} 143}