diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-11-11 19:41:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-11-11 19:41:27 +0100 |
commit | af14d8eccd300e7ae969079394f4e6ab46decfc5 (patch) | |
tree | 3eb2a2cb2f2ec35503ea54a1dada6baadf5aeb9e /src/backend/taler-merchant-httpd_pay.c | |
parent | 94f05e79b7060301aabc293e35611861b6c23915 (diff) |
more logging
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_pay.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c index e3ecbb6d..fb413834 100644 --- a/src/backend/taler-merchant-httpd_pay.c +++ b/src/backend/taler-merchant-httpd_pay.c @@ -2057,6 +2057,9 @@ begin_transaction (struct PayContext *pc) return; } /* Payment succeeded, save in database */ + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Contract `%s' was fully paid\n", + GNUNET_h2s (&pc->h_contract_terms)); qs = db->mark_proposal_paid (db->cls, &pc->h_contract_terms, &pc->mi->pubkey); |