commit 7c083aa3b4688e59a238dc37c687c3b849e508eb
parent 9cfcd98a186913e6c731854e191da16ee048712b
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Thu, 20 Apr 2017 20:51:56 +0200
debug prints
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git 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
@@ -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,