summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
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 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)
959 959
960 /* reject messages that are not for this user */ 960 /* reject messages that are not for this user */
961 if (!is_msg_for_me(snac, msg)) { 961 if (!is_msg_for_me(snac, msg)) {
962 snac_debug(snac, 0, xs_fmt("message from %s not for us", actor)); 962 snac_debug(snac, 0, xs_fmt("message from %s of type '%s' not for us", actor, type));
963 963
964 return 1; 964 return 1;
965 } 965 }