commit 0a30c302df1e04eacb84d77b73247b61ff37cc81
parent 838e8bf4f11a6713c61a80addfc5517254f72759
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 22 Aug 2020 13:55:25 +0200
fix #6470: clarify that this is not an HTTP status
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)