gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Remove copy-and-paste error.


From: gnunet
Subject: [libeufin] branch master updated: Remove copy-and-paste error.
Date: Fri, 22 Jan 2021 00:35:07 +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 8ca661c  Remove copy-and-paste error.
8ca661c is described below

commit 8ca661c1b642aa3c454bcb2ad00ff991b5f91f37
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 22 00:35:02 2021 +0100

    Remove copy-and-paste error.
---
 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 0653494..20e2e52 100644
--- 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

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