mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
More log level tweaks.
This commit is contained in:
parent
a558ad803c
commit
225c45ddaf
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user