commit 79a682aebe685bd3eb472453267cf3cfafb39400
parent ce119fa56add0de1a776057bcf4d966381616d53
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 28 Feb 2020 09:46:06 +0100
more logging
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main.c b/src/main.c
@@ -1540,6 +1540,10 @@ launch_payment (struct Product *product)
"json_pack failed (out of memory?)\n");
return NULL;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Creating order for `%s' at backend `%s'\n",
+ product->description,
+ backend_base_url);
pa = GNUNET_new (struct PaymentActivity);
pa->product = product;
pa->amount = product->price;