increse log level on errors
This commit is contained in:
parent
282e4f59ee
commit
f4f86d2b01
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user