From b199f223e41a56c9c8e6dcf353cb64123d378879 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 8 Nov 2023 18:15:51 +0100 Subject: Tag indexes are also purged. --- mastoapi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mastoapi.c') diff --git a/mastoapi.c b/mastoapi.c index 55f685c..0c94dd9 100644 --- a/mastoapi.c +++ b/mastoapi.c @@ -1028,13 +1028,13 @@ int process_auth_token(snac *snac, const xs_dict *req) /* this counts as a 'login' */ lastlog_write(snac, "mastoapi"); - srv_debug(2, xs_fmt("mastoapi auth: valid token for user %s", uid)); + srv_debug(2, xs_fmt("mastoapi auth: valid token for user '%s'", uid)); } else - srv_log(xs_fmt("mastoapi auth: corrupted token %s", tokid)); + srv_log(xs_fmt("mastoapi auth: corrupted token '%s'", tokid)); } else - srv_log(xs_fmt("mastoapi auth: invalid token %s", tokid)); + srv_log(xs_fmt("mastoapi auth: invalid token '%s'", tokid)); } return logged_in; -- cgit v1.2.3