gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: improve logs


From: gnunet
Subject: [libeufin] branch master updated: improve logs
Date: Wed, 01 Sep 2021 11:03:04 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new a31cc67  improve logs
a31cc67 is described below

commit a31cc67b6cd904472f2ccd039ea0d3e283d47085
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 31 22:03:01 2021 -1100

    improve logs
---
 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
index e0d6205..d312d59 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)
             }
         }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]