summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-15 09:34:33 +0100
committerdefault <nobody@localhost>2023-12-15 09:34:33 +0100
commite2733cac69a1a7a568d6d2ddfd668b84b3a79fd6 (patch)
tree690c6d7e4620e9d0bd64afe248bbb5d5ae65a699
parent9e07114d020af6359ea99bf25e5423f4d9aebd9d (diff)
parent878943a5841d19e747838eb78c8d888aaafbb9f1 (diff)
Merge branch 'master' of triptico.com:git/snac2
-rw-r--r--activitypub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c
index 36cf724..69f47e0 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -141,7 +141,7 @@ int actor_request(const char *actor, xs_dict **data)
}
}
else
- srv_debug(0, xs_fmt("actor_request error %s %d", actor, status));
+ srv_debug(1, xs_fmt("actor_request error %s %d", actor, status));
}
/* collect the (presumed) shared inbox in this actor */
@@ -1703,7 +1703,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
do_notify = 1;
}
else
- snac_log(snac, xs_fmt("dropped 'Announce' on actor request error %s", who));
+ snac_debug(snac, 1, xs_fmt("dropped 'Announce' on actor request error %s", who));
}
else
snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who));