diff options
| author | grunfink <grunfink@comam.es> | 2026-06-24 14:04:25 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-06-24 14:04:25 +0200 |
| commit | f54956128afe4c0fae57375e1a6a42ecdcd10d55 (patch) | |
| tree | 8bf0950842010998f5362f137e16f169d15fc4fe | |
| parent | a55a54d73ddbc461a8f55b0f12342c277ae2b18f (diff) | |
Minor logging tweak.
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |