summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 9ab293f..7029dfb 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -615,7 +615,7 @@ int process_auth_token(snac *snac, const xs_dict *req)
615 615
616 if (!xs_is_null(uid) && user_open(snac, uid)) { 616 if (!xs_is_null(uid) && user_open(snac, uid)) {
617 logged_in = 1; 617 logged_in = 1;
618 srv_debug(1, xs_fmt("mastoapi auth: valid token for user %s", uid)); 618 srv_debug(2, xs_fmt("mastoapi auth: valid token for user %s", uid));
619 } 619 }
620 else 620 else
621 srv_log(xs_fmt("mastoapi auth: corrupted token %s", tokid)); 621 srv_log(xs_fmt("mastoapi auth: corrupted token %s", tokid));