Moved HTTP Referer Loglevel from 3 to 2

This commit is contained in:
Adrian Scillato 2021-08-17 13:23:49 -03:00 committed by GitHub
parent 89ef0c2916
commit 079cd54088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ bool HttpCheckPriviledgedAccess(bool autorequestauth = true)
return true; return true;
} }
} }
AddLog(LOG_LEVEL_DEBUG, PSTR(D_LOG_HTTP "Referer denied")); AddLog(LOG_LEVEL_INFO, PSTR(D_LOG_HTTP "Referer denied"));
return false; return false;
} else { } else {
return true; return true;