gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: debug


From: gnunet
Subject: [libeufin] branch master updated: debug
Date: Tue, 31 Aug 2021 15:18:27 +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 51a35c9  debug
51a35c9 is described below

commit 51a35c93230f8f0fbac258a392479cef13cb002a
Author: ms <ms@taler.net>
AuthorDate: Tue Aug 31 15:18:19 2021 +0200

    debug
---
 .idea/misc.xml                                                      | 2 +-
 nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt | 2 +-
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.idea/misc.xml b/.idea/misc.xml
index fe32790..dd64e0b 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -9,5 +9,5 @@
   <component name="FrameworkDetectionExcludesConfiguration">
     <file type="web" url="file://$PROJECT_DIR$" />
   </component>
-  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" 
default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_15" 
default="true" project-jdk-name="11" project-jdk-type="JavaSDK" />
 </project>
\ No newline at end of file
diff --git 
a/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt
index 9cf5a43..c56524f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/BankConnectionProtocol.kt
@@ -58,7 +58,7 @@ interface BankConnectionProtocol {
     // Send to the bank a previously prepared payment instruction.
     suspend fun submitPaymentInitiation(httpClient: HttpClient, 
paymentInitiationId: Long)
 
-    // Downlaods transactions from the bank, according to the specification
+    // Downloads transactions from the bank, according to the specification
     // given in the arguments.
     suspend fun fetchTransactions(
         fetchSpec: FetchSpecJson,
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 f078212..e0d6205 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: ${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]