summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
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}