mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Increased log level for Announce error requests.
This commit is contained in:
parent
2caeb550b9
commit
9b19a26408
1 changed files with 1 additions and 1 deletions
|
@ -1562,7 +1562,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
|
|||
snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who));
|
||||
}
|
||||
else
|
||||
snac_log(snac, xs_fmt("error requesting 'Announce' object %s", object));
|
||||
snac_debug(snac, 1, xs_fmt("error requesting 'Announce' object %s", object));
|
||||
}
|
||||
else
|
||||
if (strcmp(type, "Update") == 0) { /** **/
|
||||
|
|
Loading…
Reference in a new issue