logging for refresh

This commit is contained in:
Florian Dold 2016-10-13 23:27:21 +02:00
parent 32d23e7499
commit b1afd5edfa

View File

@ -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++)
{