summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-03-16 01:16:10 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-03-17 01:37:12 +0100
commit66a55b5e35a174912c2a8c0790acafbfd33054d0 (patch)
treed6e9401f88f62c613cab4eb563a053264238ebcb /src/backend/taler-merchant-httpd.c
parent9934b64d87c47eeef3b80e201b0068e506de5ba5 (diff)
downloadmerchant-66a55b5e35a174912c2a8c0790acafbfd33054d0.tar.gz
merchant-66a55b5e35a174912c2a8c0790acafbfd33054d0.tar.bz2
merchant-66a55b5e35a174912c2a8c0790acafbfd33054d0.zip
be more gentle with unexpected response codes.
test cases often *cause* those unexpected codes, so they cannot fail upon those situations.
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index 174be2da..017d6a13 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -408,7 +408,7 @@ handle_mhd_completion_callback (void *cls,
if (NULL == hc)
return;
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Finished handling request for `%s' with status %d\n",
hc->rh->url,
(int) toe);