From d49089898f077796eea5fb75c3674c57db399cc1 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 3 Feb 2023 16:51:59 +0100 Subject: Elevated debug level to bad user / invalid user messages. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub.c') diff --git a/activitypub.c b/activitypub.c index 9c9ea7c..4f0e246 100644 --- a/activitypub.c +++ b/activitypub.c @@ -1235,7 +1235,7 @@ int activitypub_get_handler(d_char *req, char *q_path, uid = xs_list_get(l, 1); if (!user_open(&snac, uid)) { /* invalid user */ - srv_log(xs_fmt("activitypub_get_handler bad user %s", uid)); + srv_debug(1, xs_fmt("activitypub_get_handler bad user %s", uid)); return 404; } -- cgit v1.2.3