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: Thu, 20 Apr 2017 20:52:00 +0200

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 7c083aa  debug prints
7c083aa is described below

commit 7c083aa3b4688e59a238dc37c687c3b849e508eb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 20 20:51:56 2017 +0200

    debug prints
---
 src/backend/taler-merchant-httpd_track-transaction.c | 1 +
 src/samples/generate_payments.c                      | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_track-transaction.c 
b/src/backend/taler-merchant-httpd_track-transaction.c
index 9f6e6d1..484f8b5 100644
--- a/src/backend/taler-merchant-httpd_track-transaction.c
+++ b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -364,6 +364,7 @@ wire_deposits_cb (void *cls,
   tctx->wdh = NULL;
   if (MHD_HTTP_OK != http_status)
   {
+    GNUNET_break_op (0);
     resume_track_transaction_with_response
       (tctx,
        MHD_HTTP_FAILED_DEPENDENCY,
diff --git a/src/samples/generate_payments.c b/src/samples/generate_payments.c
index 4bbe22a..15d89ae 100644
--- a/src/samples/generate_payments.c
+++ b/src/samples/generate_payments.c
@@ -1526,6 +1526,9 @@ main (int argc,
   }
 
   cfg = GNUNET_CONFIGURATION_create ();
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "Config file: '%s'.\n",
+              config_file);
   GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_parse (cfg, config_file));
 
   if (GNUNET_SYSERR == GNUNET_CONFIGURATION_get_value_string (cfg, 

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



reply via email to

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