Skip to content
Snippets Groups Projects
Unverified Commit b09fa8ff authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix typo in log-line

parent 7a6358e8
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ class Consent extends \SimpleSAML\Auth\ProcessingFilter
$state['consent:store.attributeSet'] = $attributeSet;
} catch (\Exception $e) {
Logger::error('Consent: Error reading from storage: '.$e->getMessage());
Logger::stats('Ccnsent failed');
Logger::stats('Consent failed');
Stats::log('consent:failed', $statsData);
}
} else {
......
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