gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-mdb] branch master updated: more logging


From: gnunet
Subject: [taler-taler-mdb] branch master updated: more logging
Date: Fri, 28 Feb 2020 09:46:10 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 79a682a  more logging
79a682a is described below

commit 79a682aebe685bd3eb472453267cf3cfafb39400
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 28 09:46:06 2020 +0100

    more logging
---
 src/main.c | 4 ++++
 1 file changed, 4 insertions(+)

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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]