gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix comment


From: gnunet
Subject: [libeufin] branch master updated: fix comment
Date: Thu, 12 Jan 2023 14:22:58 +0100

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 7451649b fix comment
7451649b is described below

commit 7451649b893bb3e1e26da4cb405d3d431437525b
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 12 14:22:32 2023 +0100

    fix comment
---
 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 67fc483d..62ff2373 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -117,7 +117,7 @@ private suspend fun fetchEbicsC5x(
          * not mean anything wrong.
          */
         if (e.ebicsTechnicalCode == 
EbicsReturnCode.EBICS_NO_DOWNLOAD_DATA_AVAILABLE) {
-            logger.info("Could not find new transactions to download")
+            logger.debug("EBICS had no new data")
             return
         }
         // re-throw in any other error case.

-- 
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]