aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules
diff options
context:
space:
mode:
authorThomas <>2022-02-07 15:20:29 +0100
committerThomas <>2022-02-08 09:37:25 +0100
commit02e3d1b479234ac8d028f00263cfc1b311209a0c (patch)
tree0a74720f9749fd6bf513cb3eec315ff29f89e19e /eidas_modules
parent5b0a9142a0e00fa528f86f8fe432c0e44ed4ae8e (diff)
downloadNational_eIDAS_Gateway-02e3d1b479234ac8d028f00263cfc1b311209a0c.tar.gz
National_eIDAS_Gateway-02e3d1b479234ac8d028f00263cfc1b311209a0c.tar.bz2
National_eIDAS_Gateway-02e3d1b479234ac8d028f00263cfc1b311209a0c.zip
chore(mathing): change log level ZMRClient
Diffstat (limited to 'eidas_modules')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/zmr/ZmrSoapClient.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/zmr/ZmrSoapClient.java b/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/zmr/ZmrSoapClient.java
index 432df9ef..18a80c33 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/zmr/ZmrSoapClient.java
+++ b/eidas_modules/authmodule-eIDAS-v2/src/main/java/at/asitplus/eidas/specific/modules/auth/eidas/v2/clients/zmr/ZmrSoapClient.java
@@ -269,7 +269,7 @@ public class ZmrSoapClient extends AbstractSoapClient implements IZmrClient {
selectEidasDocumentsToAdd(zmrPersonToKitt, eidData);
if (eidasDocumentToAdd.isEmpty()) {
- log.info("Find no eIDAS document for update during: {}. Looks strange but nothing todo",
+ log.info("Find no eIDAS document for update during: {}. Nothing todo on ZMR side",
PROCESS_KITT_GENERAL);
return new ZmrRegisterResult(Arrays.asList(registerResult), zmrProzessId);