summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar default2023-12-14 21:40:50 +0100
committerGravatar default2023-12-14 21:40:50 +0100
commit878943a5841d19e747838eb78c8d888aaafbb9f1 (patch)
tree07bd3a5241e5b02d3627c59584367763e019546a /activitypub.c
parentMore log tweaks. (diff)
downloadsnac2-878943a5841d19e747838eb78c8d888aaafbb9f1.tar.gz
snac2-878943a5841d19e747838eb78c8d888aaafbb9f1.tar.xz
snac2-878943a5841d19e747838eb78c8d888aaafbb9f1.zip
More debug tweaks.
Diffstat (limited to 'activitypub.c')
-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)
141 } 141 }
142 } 142 }
143 else 143 else
144 srv_debug(0, xs_fmt("actor_request error %s %d", actor, status)); 144 srv_debug(1, xs_fmt("actor_request error %s %d", actor, status));
145 } 145 }
146 146
147 /* collect the (presumed) shared inbox in this actor */ 147 /* collect the (presumed) shared inbox in this actor */
@@ -1703,7 +1703,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
1703 do_notify = 1; 1703 do_notify = 1;
1704 } 1704 }
1705 else 1705 else
1706 snac_log(snac, xs_fmt("dropped 'Announce' on actor request error %s", who)); 1706 snac_debug(snac, 1, xs_fmt("dropped 'Announce' on actor request error %s", who));
1707 } 1707 }
1708 else 1708 else
1709 snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who)); 1709 snac_log(snac, xs_fmt("ignored 'Announce' about muted actor %s", who));