gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: Debug prints.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Debug prints.
Date: Wed, 08 Mar 2017 16:14:52 +0100

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 01bba44  Debug prints.
01bba44 is described below

commit 01bba44dd4c96605c7a798043849637688edebfb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 8 16:14:52 2017 +0100

    Debug prints.
---
 src/lib/test_merchant_api.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c
index 6051a66..c2d728c 100644
--- a/src/lib/test_merchant_api.c
+++ b/src/lib/test_merchant_api.c
@@ -1361,6 +1361,9 @@ track_transaction_cb (void *cls,
   }
   if (MHD_HTTP_OK != http_status)
     fail (is);
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "/track/order response: %s\n",
+              json_dumps (json, JSON_INDENT (1)));
   next_command (is);
 }
 

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



reply via email to

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