diff options
author | default <nobody@localhost> | 2023-01-10 20:37:53 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-10 20:37:53 +0100 |
commit | 1438d046a591f88266aac43031c954efe6f0623c (patch) | |
tree | 508b8f2e19439927e6f229093749e59a080b5bd9 | |
parent | b2da294fdeb114af2ae0452d0ecfc30a6e3b0621 (diff) |
Log tweaks.
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 7e208b6..4d20487 100644 --- a/activitypub.c +++ b/activitypub.c @@ -840,7 +840,7 @@ int process_message(snac *snac, char *msg, char *req) /* check the signature */ 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; } |