[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: debug
From: |
gnunet |
Subject: |
[libeufin] branch master updated: debug |
Date: |
Sat, 16 Jan 2021 01:16:14 +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 3092f76 debug
3092f76 is described below
commit 3092f763341b7872ff094d3aef13a677d494ecbc
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 16 01:16:04 2021 +0100
debug
---
nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
index 096ff27..902769b 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -274,7 +274,7 @@ fun serverMain(dbName: String, host: String, port: Int) {
}
exception<Exception> { cause ->
logger.error("Uncaught exception while handling
'${call.request.uri}'")
- logger.error(cause.stackTrace.toString())
+ cause.printStackTrace()
call.respond(
HttpStatusCode.InternalServerError,
NexusErrorJson(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: debug,
gnunet <=