aboutsummaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-08-31 22:03:01 -1100
committerMS <ms@taler.net>2021-08-31 22:03:01 -1100
commita31cc67b6cd904472f2ccd039ea0d3e283d47085 (patch)
tree1363703ee26273bdc16ed4de59d6227610fa07a3 /nexus
parent8e34db6e3d5f0e0101d14931f96944693c459cdf (diff)
downloadlibeufin-a31cc67b6cd904472f2ccd039ea0d3e283d47085.tar.gz
libeufin-a31cc67b6cd904472f2ccd039ea0d3e283d47085.tar.bz2
libeufin-a31cc67b6cd904472f2ccd039ea0d3e283d47085.zip
improve logs
Diffstat (limited to 'nexus')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index e0d62056..d312d59f 100644
--- 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)
}
}