summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-22 13:55:25 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-22 13:55:25 +0200
commit0a30c302df1e04eacb84d77b73247b61ff37cc81 (patch)
tree9e427398a29b5c9d57261de92c29a1cd0e04ffa3
parent838e8bf4f11a6713c61a80addfc5517254f72759 (diff)
downloadmerchant-0a30c302df1e04eacb84d77b73247b61ff37cc81.tar.gz
merchant-0a30c302df1e04eacb84d77b73247b61ff37cc81.tar.bz2
merchant-0a30c302df1e04eacb84d77b73247b61ff37cc81.zip
fix #6470: clarify that this is not an HTTP status
-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 5c6924c2..120475de 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -574,7 +574,7 @@ handle_mhd_completion_callback (void *cls,
if (NULL == hc)
return;
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Finished handling request for `%s' with status %d\n",
+ "Finished handling request for `%s' with MHD termination code %d\n",
hc->url,
(int) toe);
if (NULL != hc->cc)