Skip to content
Snippets Groups Projects
Commit 50df3474 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix typo in log message.

parent 8b8020e8
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ class AttributeNameID extends \SimpleSAML\Module\saml\BaseNameIDGenerator ...@@ -72,7 +72,7 @@ class AttributeNameID extends \SimpleSAML\Module\saml\BaseNameIDGenerator
if (empty($value)) { if (empty($value)) {
\SimpleSAML\Logger::warning( \SimpleSAML\Logger::warning(
'Empty value in attribute '.var_export($this->attribute, true). 'Empty value in attribute '.var_export($this->attribute, true).
' on user - not generating persistent NameID.' ' on user - not generating attribute NameID.'
); );
return null; return null;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment