mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Lower debug level to repeated follows.
This commit is contained in:
parent
df612873d6
commit
286eb291c7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue