Update in class error/warning/etc calls instead of debug calls

For anything that is not debug use the proper reporting level
This commit is contained in:
Clemens Schwaighofer
2023-05-30 18:30:31 +09:00
parent b0a8783276
commit f72055909b
5 changed files with 21 additions and 10 deletions

View File

@@ -1855,7 +1855,7 @@ HTML;
if ($login_user_id_changed > 0) {
$this->login_user_id_unclear = true;
// error for invalid user id?
$this->log->debug('LOGIN USER ID', 'Invalid characters: '
$this->log->error('LOGIN USER ID: Invalid characters: '
. $login_user_id_changed . ' in loginUserId: '
. $this->login_user_id . ' (' . $this->login_user_id_source . ')');
}