diff options
| -rw-r--r-- | eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java index ca2c92b1..6343769e 100644 --- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java +++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java @@ -277,7 +277,7 @@ public class ProtocolAuthenticationService implements IProtocolAuthenticationSer      } catch (final Throwable e) {        // if building error response results in error, we try with with        // handleErrorNoRedirect -      log.error("ErrorHandling has an internel error. Show process-error in GUI ... ", e);       +      log.info("ErrorHandling has an internal error. Show process-error in GUI ... ", e);              handleErrorNoRedirect(throwable, req, resp, false);      } | 
