summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-01-09 11:40:56 +0100
committerThomas <>2023-01-09 11:40:56 +0100
commite25a1735f2140ea38f7fb616a2af59874d0105a9 (patch)
tree18a1c8247b83f7506c0abf2e11d78ac3e0199d38
parent313bd16429b3fcc7486f4700ba8ddd89190d13e5 (diff)
downloadEAAF-Components-e25a1735f2140ea38f7fb616a2af59874d0105a9.tar.gz
EAAF-Components-e25a1735f2140ea38f7fb616a2af59874d0105a9.tar.bz2
EAAF-Components-e25a1735f2140ea38f7fb616a2af59874d0105a9.zip
chore(core): change loglevel from 'error' to 'info'1.3.12
-rw-r--r--eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/auth/services/ProtocolAuthenticationService.java2
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);
}