mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Clearer phrasing for log
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d3830a44d8
commit
f4650c65db
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue