aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-06-29 19:53:45 +0200
committerFlorian Dold <florian@dold.me>2023-06-29 19:53:45 +0200
commitb2fd948a54459a2f8a08e2994e232b575a6049c7 (patch)
tree14f8ddddcbf8ea30884a18dd0a92f35dd37d8a56 /packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts
parent424e39edda96886bfc40c7bb06c5572373c34c1d (diff)
downloadwallet-core-b2fd948a54459a2f8a08e2994e232b575a6049c7.tar.xz
-logging
Diffstat (limited to 'packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/pay-peer-push-debit.ts2
1 files changed, 1 insertions, 1 deletions
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 {