increse log level on errors

This commit is contained in:
Christian Grothoff 2020-01-26 18:51:25 +01:00
parent 282e4f59ee
commit f4f86d2b01
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -340,7 +340,7 @@ history_cb (void *cls,
hh = NULL; hh = NULL;
if (TALER_EC_NONE != ec) if (TALER_EC_NONE != ec)
{ {
GNUNET_log (GNUNET_ERROR_TYPE_INFO, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Error fetching history: ec=%u, http_status=%u\n", "Error fetching history: ec=%u, http_status=%u\n",
(unsigned int) ec, (unsigned int) ec,
http_status); http_status);