Clearer phrasing for log

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-05-10 13:00:48 -07:00
parent d3830a44d8
commit f4650c65db

View file

@ -134,7 +134,7 @@ class Saml
try {
$this->_auth = new OneLogin_Saml2_Auth($this->_settings);
} catch (Exception $e) {
\Log::debug('Trying OneLogin_Saml2_Auth failed - exception thrown. Setting SAML enabled to false.'. $e->getMessage());
\Log::error('Trying OneLogin_Saml2_Auth failed. Setting SAML enabled to false. OneLogin_Saml2_Auth error message is: '. $e->getMessage());
$this->_enabled = false;
}
}