gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/03: Avoid stack trace on a managed exception.


From: gnunet
Subject: [libeufin] 01/03: Avoid stack trace on a managed exception.
Date: Tue, 26 Jan 2021 18:31:28 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit a95f25401493cec943f0562d53f512b04ec5280d
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 18:11:09 2021 +0100

    Avoid stack trace on a managed exception.
---
 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 50e13fe..28a8bc3 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -160,7 +160,7 @@ suspend fun fetchEbicsBySpec(
         try {
             fetchEbicsC5x(spec.orderType, client, bankConnectionId, 
spec.orderParams, subscriberDetails)
         } catch (e: Exception) {
-            logger.warn("Ingestion failed for $spec", e)
+            logger.warn("Ingestion failed for $spec")
         }
     }
 }

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