diff --git a/lib/ProxyHelper.php b/lib/ProxyHelper.php
index dd9adc77f4d356dccae08cd7bb39dd878b88aa0d..a45e1a09d090e5c31bbbb9fdd63f8be70b22f247 100644
--- a/lib/ProxyHelper.php
+++ b/lib/ProxyHelper.php
@@ -33,7 +33,7 @@ class ProxyHelper
         if (isset($state[AuthSwitcher::SP_REQUESTED_CONTEXTS])) {
             $state['saml:RequestedAuthnContext']['AuthnContextClassRef'] = $state[AuthSwitcher::SP_REQUESTED_CONTEXTS];
         } else {
-            Logger::error('authswitcher: running in proxy mode but setUpstreamRequestedAuthnContext was not called.');
+            Logger::info('authswitcher: running in proxy mode but setUpstreamRequestedAuthnContext was not called');
         }
     }
 }