libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit cd53b2f7d703319eac3ba792706f3f43d2be09ef
parent ab6b90924a3f9c14c11ace80ea91772144ad4c84
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  2 Feb 2024 12:54:22 +0100

simply message

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/EbicsSetup.kt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsSetup.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsSetup.kt @@ -210,8 +210,7 @@ private fun makePdf(privs: ClientPrivateKeysFile, cfg: EbicsSetupConfig) { if (e is FileAlreadyExistsException) throw Exception("PDF file exists already at '$path', not overriding it") throw Exception("Could not write PDF to '$path'", e) } - - println("PDF file with keys hex encoding created at: $path") + println("PDF file with keys created at '$path'") } /**