mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Some more changed log levels
This commit is contained in:
parent
757a5c2de9
commit
f7b85092b0
14 changed files with 30 additions and 24 deletions
|
@ -88,7 +88,7 @@ class Token extends BaseApi
|
|||
|
||||
$token = DBA::selectFirst('application-view', ['access_token', 'created_at'], $condition);
|
||||
if (!DBA::isResult($token)) {
|
||||
Logger::warning('Token not found or outdated', $condition);
|
||||
Logger::notice('Token not found or outdated', $condition);
|
||||
DI::mstdnError()->Unauthorized();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue