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 b3c7367..0b621d4 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -1562,7 +1562,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
1562 snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who)); 1562 snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who));
1563 } 1563 }
1564 else 1564 else
1565 snac_log(snac, xs_fmt("error requesting 'Announce' object %s", object)); 1565 snac_debug(snac, 1, xs_fmt("error requesting 'Announce' object %s", object));
1566 } 1566 }
1567 else 1567 else
1568 if (strcmp(type, "Update") == 0) { /** **/ 1568 if (strcmp(type, "Update") == 0) { /** **/