gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -log cause


From: gnunet
Subject: [taler-exchange] branch master updated: -log cause
Date: Mon, 01 Aug 2022 11:37:48 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7698f14d -log cause
7698f14d is described below

commit 7698f14d50373cbecc3a98e57875de0b0fc95618
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 1 11:37:45 2022 +0200

    -log cause
---
 src/exchange/taler-exchange-httpd_withdraw.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_withdraw.c 
b/src/exchange/taler-exchange-httpd_withdraw.c
index 8d001488..ee2f410d 100644
--- a/src/exchange/taler-exchange-httpd_withdraw.c
+++ b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -427,6 +427,9 @@ TEH_handler_withdraw (struct TEH_RequestContext *rc,
   if (TALER_EC_NONE != ec)
   {
     GNUNET_break (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+                "Failed to sign coin: %d\n",
+                ec);
     GNUNET_JSON_parse_free (spec);
     return TALER_MHD_reply_with_ec (rc->connection,
                                     ec,

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