mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 14:35:04 +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;
|
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 a new issue