summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-26 18:51:25 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-26 18:51:25 +0100
commitf4f86d2b0149231e95b81f12a607c670ad74f02f (patch)
tree6835c0d0c1da2e5b7771e060e9f6b912aa4440d6 /src
parent282e4f59ee849c6c84f753e8fae5691aaf8e9303 (diff)
downloadexchange-f4f86d2b0149231e95b81f12a607c670ad74f02f.tar.gz
exchange-f4f86d2b0149231e95b81f12a607c670ad74f02f.tar.bz2
exchange-f4f86d2b0149231e95b81f12a607c670ad74f02f.zip
increse log level on errors
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 21d96668b..972cee349 100644
--- 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);