diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 1235 | uid = xs_list_get(l, 1); | 1235 | uid = xs_list_get(l, 1); |
| 1236 | if (!user_open(&snac, uid)) { | 1236 | if (!user_open(&snac, uid)) { |
| 1237 | /* invalid user */ | 1237 | /* invalid user */ |
| 1238 | srv_log(xs_fmt("activitypub_get_handler bad user %s", uid)); | 1238 | srv_debug(1, xs_fmt("activitypub_get_handler bad user %s", uid)); |
| 1239 | return 404; | 1239 | return 404; |
| 1240 | } | 1240 | } |
| 1241 | 1241 | ||