commit 30aea2320ab05734f77e5553e58151d86f671ef6 parent 591c2d7aafb233dca50192a9ba7594cc124d6554 Author: ms <ms@taler.net> Date: Sun, 19 Sep 2021 14:32:03 +0200 debug Diffstat:
| M | 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 @@ -433,7 +433,7 @@ fun serverMain(dbName: String, port: Int) { ) } exception<SandboxError> { cause -> - logger.error("Exception while handling '${call.request.uri}'", cause) + logger.error("Exception while handling '${call.request.uri}'", cause.reason) call.respond( cause.statusCode, SandboxErrorJson(