Temporary: Very verbose logging.
This commit is contained in:
parent
5af570bd28
commit
4e4a90d6ad
@ -751,6 +751,14 @@ TALER_MINT_connect (struct TALER_MINT_Context *ctx,
|
||||
"Requesting keys with URL `%s'.\n",
|
||||
kr->url);
|
||||
c = curl_easy_init ();
|
||||
GNUNET_assert (CURLE_OK ==
|
||||
curl_easy_setopt (c,
|
||||
CURLOPT_VERBOSE,
|
||||
1));
|
||||
GNUNET_assert (CURLE_OK ==
|
||||
curl_easy_setopt (c,
|
||||
CURLOPT_STDERR,
|
||||
stdout));
|
||||
GNUNET_assert (CURLE_OK ==
|
||||
curl_easy_setopt (c,
|
||||
CURLOPT_URL,
|
||||
|
Loading…
Reference in New Issue
Block a user