mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Lower debug level to repeated follows.
This commit is contained in:
parent
df612873d6
commit
286eb291c7
@ -843,7 +843,7 @@ int process_message(snac *snac, char *msg, char *req)
|
|||||||
do_notify = 1;
|
do_notify = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
snac_debug(snac, 1, xs_fmt("repeated 'Follow' from %s", actor));
|
snac_log(snac, xs_fmt("repeated 'Follow' from %s", actor));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (strcmp(type, "Undo") == 0) {
|
if (strcmp(type, "Undo") == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user