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 9131b2b..9a63de7 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -843,7 +843,7 @@ int process_message(snac *snac, char *msg, char *req)
do_notify = 1;
}
else
- snac_debug(snac, 1, xs_fmt("repeated 'Follow' from %s", actor));
+ snac_log(snac, xs_fmt("repeated 'Follow' from %s", actor));
}
else
if (strcmp(type, "Undo") == 0) {