summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-01-10 20:37:53 +0100
committerdefault <nobody@localhost>2023-01-10 20:37:53 +0100
commit1438d046a591f88266aac43031c954efe6f0623c (patch)
tree508b8f2e19439927e6f229093749e59a080b5bd9 /activitypub.c
parentb2da294fdeb114af2ae0452d0ecfc30a6e3b0621 (diff)
Log tweaks.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
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;
}