commit 0d58876d7f521385b12859de3d3f0d25082b7fc2
parent 7f33091228f09db899f9690c983cea64b4516d45
Author: Florian Dold <florian.dold@gmail.com>
Date: Tue, 19 Apr 2016 01:01:35 +0200
move logging
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -286,11 +286,11 @@ deposit_cb (void *cls,
pc->pending--;
if (MHD_HTTP_OK != http_status)
{
- /* Transaction failed; stop all other ongoing deposits */
- abort_deposit (pc);
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Deposit operation failed with HTTP code %u\n",
http_status);
+ /* Transaction failed; stop all other ongoing deposits */
+ abort_deposit (pc);
/* Forward error including 'proof' for the body */
resume_pay_with_response (pc,
http_status,