commit a31cc67b6cd904472f2ccd039ea0d3e283d47085 parent 8e34db6e3d5f0e0101d14931f96944693c459cdf Author: MS <ms@taler.net> Date: Tue, 31 Aug 2021 22:03:01 -1100 improve logs Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt @@ -122,7 +122,7 @@ private suspend fun fetchEbicsC5x( when (response) { is EbicsDownloadSuccessResult -> { response.orderData.unzipWithLambda { - logger.debug("Camt entry (filename (in the Zip archive) ${it.first}): ${it.second}") + logger.debug("Camt entry (filename (in the Zip archive): ${it.first}): ${it.second}") storeCamt(bankConnectionId, it.second, historyType) } }