gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -logging


From: gnunet
Subject: [taler-wallet-core] branch master updated: -logging
Date: Wed, 18 Jan 2023 20:08:19 +0100

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

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

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

commit de937d7159863cdc22b48b5bc018634d1cbc75f8
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 18 20:08:16 2023 +0100

    -logging
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index c1cc94413..f5cdde167 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -933,12 +933,17 @@ async function queryReserve(
     cancellationToken,
   });
 
+  logger.info(`reserve status code: HTTP ${resp.status}`);
+
   const result = await readSuccessResponseJsonOrErrorCode(
     resp,
     codecForReserveStatus(),
   );
 
   if (result.isError) {
+    logger.info(
+      `got reserve status error, EC=${result.talerErrorResponse.code}`,
+    );
     if (
       resp.status === 404 &&
       result.talerErrorResponse.code ===

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