libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

fix comment

Diffstat:
Mnexus/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 @@ -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.