commit 3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b parent e3e693d8ef3e04a0efd97ea4c2f5f640bc9b1826 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 25 Nov 2021 23:42:40 +0100 fix #7104 Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) {