gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: INFO -> TRACE


From: gnunet
Subject: [taler-wallet-core] branch master updated: INFO -> TRACE
Date: Mon, 23 Oct 2023 14:50:19 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 464f7d4d1 INFO -> TRACE
464f7d4d1 is described below

commit 464f7d4d1fadac73d699d96fe4d0ad195e2e6a9c
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 23 14:50:10 2023 +0200

    INFO -> TRACE
---
 packages/taler-wallet-core/src/operations/withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts 
b/packages/taler-wallet-core/src/operations/withdraw.ts
index 5f728b6f5..fc4214e56 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -961,7 +961,7 @@ async function processPlanchetVerifyAndStoreCoin(
   resp: ExchangeWithdrawResponse,
 ): Promise<void> {
   const withdrawalGroup = wgContext.wgRecord;
-  logger.info(`checking and storing planchet idx=${coinIdx}`);
+  logger.trace(`checking and storing planchet idx=${coinIdx}`);
   const d = await ws.db
     .mktx((x) => [x.withdrawalGroups, x.planchets, x.denominations])
     .runReadOnly(async (tx) => {

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