summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-18 11:40:39 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-18 11:40:39 +0100
commitd99be82b37fc00dec9b16822e815216c979d70cd (patch)
tree59531ed6ae9671d3c87d937883e22c5d67bc5619 /src/backend/taler-merchant-httpd_private-post-orders.c
parentd2c40f4e19350efe134aab9be0f8be8f6a5d7bf8 (diff)
downloadmerchant-d99be82b37fc00dec9b16822e815216c979d70cd.tar.gz
merchant-d99be82b37fc00dec9b16822e815216c979d70cd.tar.bz2
merchant-d99be82b37fc00dec9b16822e815216c979d70cd.zip
only log things as ERROR that are actually ERRORs
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-orders.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index b0bfa30f..7162945c 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -984,7 +984,7 @@ add_payment_details (struct MHD_Connection *connection,
wm = NULL;
if (NULL == wm)
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"No wire method available for instance '%s'\n",
hc->instance->settings.id);
return TALER_MHD_reply_with_error (connection,