summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 5523b65..028e04e 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -1354,7 +1354,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
1354 1354
1355 /* reject messages that are not for this user */ 1355 /* reject messages that are not for this user */
1356 if (!is_msg_for_me(snac, msg)) { 1356 if (!is_msg_for_me(snac, msg)) {
1357 snac_debug(snac, 0, xs_fmt("message from %s of type '%s' not for us", actor, type)); 1357 snac_debug(snac, 1, xs_fmt("message from %s of type '%s' not for us", actor, type));
1358 1358
1359 return 1; 1359 return 1;
1360 } 1360 }