commit ecce56c052fd3c580d4b85fb2b60270ea51cca0e
parent 6987837f088999d9701669581813245132be3928
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 14 Oct 2016 01:45:27 +0200
Merge branch 'master' of git+ssh://taler.net/exchange
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_refresh.c b/src/exchange/taler-exchange-httpd_refresh.c
@@ -68,6 +68,10 @@ handle_refresh_melt_binary (struct MHD_Connection *connection,
struct TALER_Amount fee_melt;
struct TALER_Amount total_melt;
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "melt request for session %s\n",
+ GNUNET_h2s (session_hash));
+
GNUNET_assert (GNUNET_OK ==
TALER_amount_get_zero (TEH_exchange_currency_string,
&total_cost));
@@ -601,6 +605,10 @@ handle_refresh_reveal_json (struct MHD_Connection *connection,
unsigned int i;
int res;
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "reveal request for session %s\n",
+ GNUNET_h2s (session_hash));
+
res = GNUNET_OK;
for (i = 0; i < TALER_CNC_KAPPA - 1; i++)
{