gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: log exception


From: gnunet
Subject: [libeufin] branch master updated: log exception
Date: Thu, 02 Jul 2020 09:10:55 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 34283e9  log exception
34283e9 is described below

commit 34283e93011ff3add8d67dea3299efa8b34794f5
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jul 2 12:40:35 2020 +0530

    log exception
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
index 1cdabc9..e15bc0f 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsClient.kt
@@ -39,6 +39,7 @@ private suspend inline fun HttpClient.postToBank(url: String, 
body: String): Str
             }
         )
     } catch (e: Exception) {
+        logger.warn("Exception during request", e)
         throw NexusError(HttpStatusCode.InternalServerError, "Cannot reach the 
bank")
     }
     logger.debug("Receiving: $response")

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