From f54956128afe4c0fae57375e1a6a42ecdcd10d55 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 24 Jun 2026 14:04:25 +0200 Subject: Minor logging tweak. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 9e554ce..c3fd7fd 100644 --- a/activitypub.c +++ b/activitypub.c @@ -2979,7 +2979,7 @@ int process_input_message(snac *snac, const xs_dict *msg, const xs_dict *req) else { xs_str *e = xs_fmt("ignored 'Accept' for object type '%s'", utype); srv_archive_error("accept", e, req, msg); - snac_debug(snac, 1, e); + snac_log(snac, e); } } else -- cgit