summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-13 10:03:25 +0200
committerdefault <nobody@localhost>2023-04-13 10:03:25 +0200
commit225c45ddaff6e84a4a2ee122a9e5afcd268ae0a2 (patch)
tree169f748a19985e4298191666dd3fb27ebb9077b0 /mastoapi.c
parenta558ad803cc29efbe2e6395ab0f3a94ee56bcd7a (diff)
More log level tweaks.
Diffstat (limited to 'mastoapi.c')
-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)
if (!xs_is_null(uid) && user_open(snac, uid)) {
logged_in = 1;
- srv_debug(1, 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));