minor log improvement

This commit is contained in:
Florian Dold 2020-01-18 16:53:22 +01:00
parent 644049274c
commit 48aab68ff5
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -277,7 +277,7 @@ TALER_BANK_credit_history (struct GNUNET_CURL_Context *ctx,
} }
hh->bank_base_url = GNUNET_strdup (auth->wire_gateway_url); hh->bank_base_url = GNUNET_strdup (auth->wire_gateway_url);
GNUNET_log (GNUNET_ERROR_TYPE_INFO, GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Requesting history at `%s'\n", "Requesting credit history at `%s'\n",
hh->request_url); hh->request_url);
eh = curl_easy_init (); eh = curl_easy_init ();
if ( (GNUNET_OK != if ( (GNUNET_OK !=