Logging.
This commit is contained in:
parent
24bfedf04e
commit
7c3282fe5d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user