commit 8ca661c1b642aa3c454bcb2ad00ff991b5f91f37 parent 0abc989e9462898827098cefae6d9644b180490e Author: MS <ms@taler.net> Date: Fri, 22 Jan 2021 00:35:02 +0100 Remove copy-and-paste error. 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 @@ -564,6 +564,6 @@ fun serverMain(dbName: String, port: Int) { } } } - logger.info("LibEuFin Nexus running on port $port") + logger.info("LibEuFin Sandbox running on port $port") server.start(wait = true) } \ No newline at end of file