Change log level to debug when warning about ZM_OPT_AUTH being turned off. Fixes #3207

This commit is contained in:
Isaac Connor 2021-04-07 09:47:48 -04:00
parent cb7e365e35
commit 99c28d1f9f
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class HostController extends AppController {
private function _getCredentials($generate_refresh_token=false, $token='', $username='') {
if ( !ZM_OPT_USE_AUTH ) {
ZM\Error('OPT_USE_AUTH is turned off. Tokens will be null');
ZM\Debug('OPT_USE_AUTH is turned off. Tokens will be null');
return;
}