mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
Log tweaks.
This commit is contained in:
parent
b2da294fde
commit
1438d046a5
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ int process_message(snac *snac, char *msg, char *req)
|
||||||
|
|
||||||
/* check the signature */
|
/* check the signature */
|
||||||
if (!check_signature(snac, req, actor_o)) {
|
if (!check_signature(snac, req, actor_o)) {
|
||||||
snac_log(snac, xs_fmt("bad signature"));
|
snac_log(snac, xs_fmt("bad signature %s", actor));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue