summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-25 23:42:40 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-25 23:42:40 +0100
commit3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b (patch)
treececff77efe33b5ba5eec5ef4e936c08679807966 /src/backend
parente3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826 (diff)
downloadmerchant-3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b.tar.gz
merchant-3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b.tar.bz2
merchant-3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b.zip
fix #7104
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index d9eb723e..12e2741f 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -573,7 +573,7 @@ resume_pay_with_response (struct PayContext *pc,
pc->response_code = response_code;
pc->response = response;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Resuming /pay handling as exchange interaction is done (%u)\n",
+ "Resuming /pay handling. HTTP status for our reply is %u.\n",
response_code);
if (NULL != pc->timeout_task)
{