gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: debug


From: gnunet
Subject: [libeufin] branch master updated: debug
Date: Sun, 19 Sep 2021 14:20:10 +0200

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 591c2d7  debug
591c2d7 is described below

commit 591c2d7aafb233dca50192a9ba7594cc124d6554
Author: ms <ms@taler.net>
AuthorDate: Sun Sep 19 14:20:07 2021 +0200

    debug
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 5a903aa..8d5ee0a 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1038,6 +1038,7 @@ fun serverMain(dbName: String, port: Int) {
              */
             post("/api/withdrawal-operation/{wopid}") {
                 val wopid: String = ensureNonNull(call.parameters["wopid"])
+                logger.debug("Confirming withdraw operation: $wopid")
                 val body = call.receiveJson<TalerWithdrawalConfirmation>()
                 logger.debug("Withdrawal confirmation valid.")
                 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]