From b09fa8ffa12709004bbf16029bb9d653cc753d1c Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 8 Aug 2018 10:06:38 +0200
Subject: [PATCH] Fix typo in log-line

---
 modules/consent/lib/Auth/Process/Consent.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/consent/lib/Auth/Process/Consent.php b/modules/consent/lib/Auth/Process/Consent.php
index e2744aab1..7dbacd4a6 100644
--- a/modules/consent/lib/Auth/Process/Consent.php
+++ b/modules/consent/lib/Auth/Process/Consent.php
@@ -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 {
-- 
GitLab