summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-07-03 10:44:33 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-07-03 10:44:33 +0200
commit2d904ad1f2292d8ea45b6afeaf9ec214667477c6 (patch)
treeaa7432805c36fe815a34628260e05891d53fd259
parentbf864776d6abd52529ba171a4ef49dcc538711da (diff)
downloadEAAF-Components-2d904ad1f2292d8ea45b6afeaf9ec214667477c6.tar.gz
EAAF-Components-2d904ad1f2292d8ea45b6afeaf9ec214667477c6.tar.bz2
EAAF-Components-2d904ad1f2292d8ea45b6afeaf9ec214667477c6.zip
update wrong log message
-rw-r--r--eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/builder/attributes/EidCcsUrl.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/builder/attributes/EidCcsUrl.java b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/builder/attributes/EidCcsUrl.java
index 27b78059..03c16aef 100644
--- a/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/builder/attributes/EidCcsUrl.java
+++ b/eaaf_core/src/main/java/at/gv/egiz/eaaf/core/impl/idp/builder/attributes/EidCcsUrl.java
@@ -31,7 +31,8 @@ public class EidCcsUrl implements IPvpAttributeBuilder {
}
} else {
- log.info(EID_CCS_URL_FRIENDLY_NAME + " is only available in MOA-ID context");
+ log.info(EID_CCS_URL_FRIENDLY_NAME + " is only available in E-ID context");
+
}
throw new UnavailableAttributeException(EID_CCS_URL_NAME);