gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 07/07: help message


From: gnunet
Subject: [libeufin] 07/07: help message
Date: Tue, 10 May 2022 12:41:33 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 12138ed7f9cb90d273221838274a071cf7061a8a
Author: ms <ms@taler.net>
AuthorDate: Tue May 10 12:39:46 2022 +0200

    help message
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 3 ++-
 1 file changed, 2 insertions(+), 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 1dea8915..61ab39f8 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -163,7 +163,8 @@ class Config : CliktCommand(
                 }.firstOrNull()
                 if (maybeDemobank != null) {
                     if (overrideOption) {
-                        println("Overriding the registration policy")
+                        println("Overriding the registration policy to: "
+                        + allowRegistrationsOption)
                         maybeDemobank.allowRegistrations = 
allowRegistrationsOption
                         return@transaction
                     }

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