summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-28 09:46:06 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-28 09:46:06 +0100
commit79a682aebe685bd3eb472453267cf3cfafb39400 (patch)
tree20aecd9fef614eb653fb75bb1f96171f580114e9 /src
parentce119fa56add0de1a776057bcf4d966381616d53 (diff)
downloadtaler-mdb-79a682aebe685bd3eb472453267cf3cfafb39400.tar.gz
taler-mdb-79a682aebe685bd3eb472453267cf3cfafb39400.tar.bz2
taler-mdb-79a682aebe685bd3eb472453267cf3cfafb39400.zip
more logging
Diffstat (limited to 'src')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 348a00e..0b2da81 100644
--- 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;