summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-02 11:17:51 +0200
committerdefault <nobody@localhost>2023-04-02 11:17:51 +0200
commit976083bf87e9f1aa4c6c75bf27072468d787c86e (patch)
tree141dc08a65ded5def16a15da608ce38fde66518c
parentc7285494fca4f2b205998b35ad6c2c143f3fbd50 (diff)
Some log tweaks.
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 329acb0..b21120f 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -959,7 +959,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
/* reject messages that are not for this user */
if (!is_msg_for_me(snac, msg)) {
- snac_debug(snac, 0, xs_fmt("message from %s not for us", actor));
+ snac_debug(snac, 0, xs_fmt("message from %s of type '%s' not for us", actor, type));
return 1;
}