Lower debug level to repeated follows.

This commit is contained in:
default 2022-12-15 16:43:01 +01:00
parent df612873d6
commit 286eb291c7

View File

@ -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) {