summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)