gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: -logging


From: gnunet
Subject: [taler-wallet-core] 01/02: -logging
Date: Fri, 30 Jun 2023 13:55:41 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

commit b2fd948a54459a2f8a08e2994e232b575a6049c7
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jun 29 19:53:45 2023 +0200

    -logging
---
 packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts 
b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
index 424715efa..9ae94fff8 100644
--- a/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
+++ b/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
@@ -481,7 +481,7 @@ async function processPeerPushDebitReady(
         codecForExchangePurseStatus(),
       );
       const mergeTimestamp = purseStatus.merge_timestamp;
-      logger.info(`got purse status ${purseStatus}`);
+      logger.info(`got purse status ${j2s(purseStatus)}`);
       if (!mergeTimestamp || TalerProtocolTimestamp.isNever(mergeTimestamp)) {
         return { ready: false };
       } else {

-- 
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]