gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: saner logging


From: gnunet
Subject: [taler-exchange] branch master updated: saner logging
Date: Sun, 14 Jan 2024 16:52:49 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 510d4fc5 saner logging
510d4fc5 is described below

commit 510d4fc5234e8e17d73e8d95a0dc66ad37c03fef
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 16:52:46 2024 +0100

    saner logging
---
 src/util/wallet_signatures.c | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c
index 19d30c7e..0b6ab543 100644
--- a/src/util/wallet_signatures.c
+++ b/src/util/wallet_signatures.c
@@ -201,35 +201,6 @@ TALER_wallet_deposit_verify (
                      amount);
   TALER_amount_hton (&dr.deposit_fee,
                      deposit_fee);
-  // FIXME: this logging leaks memory!
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Validating deposit with hash %s, wallet timestamp %llu and 
refund deadline %llu by %s wdh %s over %s\n",
-              GNUNET_STRINGS_data_to_string_alloc (&h_contract_terms->hash,
-                                                   sizeof (h_contract_terms->
-                                                           hash)),
-              (unsigned long long) wallet_timestamp.abs_time.abs_value_us,
-              (unsigned long long) refund_deadline.abs_time.abs_value_us,
-              GNUNET_STRINGS_data_to_string_alloc (merchant_pub,
-                                                   sizeof (*merchant_pub)),
-              wallet_data_hash == NULL
-              ? "NULL"
-              : GNUNET_STRINGS_data_to_string_alloc (wallet_data_hash,
-                                                     sizeof 
(*wallet_data_hash)),
-              TALER_amount2s (amount));
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Acom %s h_pol %s Denomination is %s, deposit fee %s, wire 
target is %s\n",
-              h_age_commitment == NULL
-              ? "NULL"
-              : GNUNET_STRINGS_data_to_string_alloc (h_age_commitment,
-                                                     sizeof 
(*h_age_commitment)),
-              h_policy == NULL
-              ? "NULL"
-              : GNUNET_STRINGS_data_to_string_alloc (h_policy,
-                                                     sizeof (*h_policy)),
-              GNUNET_STRINGS_data_to_string_alloc (&h_denom_pub->hash,
-                                                   sizeof (h_denom_pub->hash)),
-              TALER_amount2s (deposit_fee),
-              GNUNET_STRINGS_data_to_string_alloc (h_wire, sizeof (*h_wire)));
   if (GNUNET_OK !=
       GNUNET_CRYPTO_eddsa_verify (TALER_SIGNATURE_WALLET_COIN_DEPOSIT,
                                   &dr,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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