diff options
Diffstat (limited to 'activitypub.c')
| -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) | |||
| 840 | 840 | ||
| 841 | /* check the signature */ | 841 | /* check the signature */ |
| 842 | if (!check_signature(snac, req, actor_o)) { | 842 | if (!check_signature(snac, req, actor_o)) { |
| 843 | snac_log(snac, xs_fmt("bad signature")); | 843 | snac_log(snac, xs_fmt("bad signature %s", actor)); |
| 844 | return 1; | 844 | return 1; |
| 845 | } | 845 | } |
| 846 | 846 | ||