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)
inbox_add_by_actor(*data);
}
else
- srv_log(xs_fmt("NOT collected"));
+ srv_debug(2, xs_fmt("NOT collected"));
return status;
}