gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 09/10: fix loglevel


From: gnunet
Subject: [libeufin] 09/10: fix loglevel
Date: Sat, 07 Jan 2023 13:49:08 +0100

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

ms pushed a commit to branch master
in repository libeufin.

commit 105bed2923db9542c5c924a8861412c01ddf75ac
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 7 13:43:19 2023 +0100

    fix loglevel
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index ca4cb8ff..f514ae60 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -579,7 +579,7 @@ val sandboxApp: Application.() -> Unit = {
             )
         }
         exception<EbicsRequestError> { call, cause ->
-            logger.info("Handling EbicsRequestError: ${cause.message}")
+            logger.error("Handling EbicsRequestError: ${cause.message}")
             respondEbicsTransfer(call, cause.errorText, cause.errorCode)
         }
     }

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