taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

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

INFO -> TRACE

Diffstat:
Mpackages/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 @@ -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) => {