diff options
| author | Florian Dold <dold@inria.fr> | 2015-12-23 22:36:28 +0100 | 
|---|---|---|
| committer | Florian Dold <dold@inria.fr> | 2015-12-23 22:36:28 +0100 | 
| commit | 7c3282fe5debc021955fb713c0f7944a58f6072c (patch) | |
| tree | a473728d1ef15d64e34a0898feaf3fff802480cc /src | |
| parent | 24bfedf04e2603b263e5c28ef94b45b2643e2ab2 (diff) | |
Logging.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mint-lib/mint_api_deposit.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c index 54131776..4b49e46a 100644 --- a/src/mint-lib/mint_api_deposit.c +++ b/src/mint-lib/mint_api_deposit.c @@ -497,6 +497,9 @@ TALER_MINT_deposit (struct TALER_MINT_Handle *mint,                            json_dumps (deposit_obj,                                        JSON_COMPACT)));    json_decref (deposit_obj); +  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, +              "URL for deposit: `%s'", +              dh->url);    GNUNET_assert (CURLE_OK ==                   curl_easy_setopt (eh,                                     CURLOPT_URL, | 
