diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-02 14:13:40 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-09-02 14:13:40 +0200 |
commit | d754d9af2e9bf0660a0dcedfcd3a98588899e27a (patch) | |
tree | 9b8a869e3a7245611c4df2cdade9fafe3e30d820 /eaaf_core/src/main/resources | |
parent | 4d49513b7c28197b6c767e79e510db18ba73acb5 (diff) | |
download | EAAF-Components-d754d9af2e9bf0660a0dcedfcd3a98588899e27a.tar.gz EAAF-Components-d754d9af2e9bf0660a0dcedfcd3a98588899e27a.tar.bz2 EAAF-Components-d754d9af2e9bf0660a0dcedfcd3a98588899e27a.zip |
opimize logging of BpkBuilder implementation
Diffstat (limited to 'eaaf_core/src/main/resources')
-rw-r--r-- | eaaf_core/src/main/resources/messages/eaaf_core_messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties index 064554b9..ff0be478 100644 --- a/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties +++ b/eaaf_core/src/main/resources/messages/eaaf_core_messages.properties @@ -4,4 +4,4 @@ builder.08=Authentication process could NOT completed. Reason: {0} builder.30=Decrypted bPK target: {0} does not match to required target: {1} builder.31=Encrypted bPK has a suspect format and consists of #{0} elements builder.32=bPK-target format must be full URI - +builder.33=bPK caluclation not possible. Reason: {0} |