commit 11d963444179ba78c812557a7c660eb0cf41fe93 parent 832dd5979a83dc75a272efbccec0af085084fa1e Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Mon, 30 Sep 2019 15:26:02 +0200 logs Diffstat:
| M | src/main/kotlin/tech/libeufin/Main.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/kotlin/tech/libeufin/Main.kt b/src/main/kotlin/tech/libeufin/Main.kt @@ -161,7 +161,7 @@ fun main() { return@post } - logger.info(bodyDocument.documentElement.localName) + logger.info("Processing", bodyDocument.documentElement.localName) when (bodyDocument.documentElement.localName) { "ebicsHEVRequest" -> {