commit f4f86d2b0149231e95b81f12a607c670ad74f02f
parent 282e4f59ee849c6c84f753e8fae5691aaf8e9303
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 26 Jan 2020 18:51:25 +0100
increse log level on errors
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
@@ -340,7 +340,7 @@ history_cb (void *cls,
hh = NULL;
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",
(unsigned int) ec,
http_status);