This commit is contained in:
Florian Dold 2015-12-23 22:36:28 +01:00
parent 24bfedf04e
commit 7c3282fe5d

View File

@ -497,6 +497,9 @@ TALER_MINT_deposit (struct TALER_MINT_Handle *mint,
json_dumps (deposit_obj, json_dumps (deposit_obj,
JSON_COMPACT))); JSON_COMPACT)));
json_decref (deposit_obj); json_decref (deposit_obj);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"URL for deposit: `%s'",
dh->url);
GNUNET_assert (CURLE_OK == GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh, curl_easy_setopt (eh,
CURLOPT_URL, CURLOPT_URL,