Change log level to debug when warning about ZM_OPT_AUTH being turned off. Fixes #3207
This commit is contained in:
parent
cb7e365e35
commit
99c28d1f9f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue