aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-10-23 14:50:10 +0200
committerMarc Stibane <marc@taler.net>2023-10-23 14:50:10 +0200
commit464f7d4d1fadac73d699d96fe4d0ad195e2e6a9c (patch)
tree397cbc6ee3042ac2a527714c1d40e791cb74281f /packages/taler-wallet-core/src/operations/withdraw.ts
parented50f8420842ff466dc1dcee432cd8f487612bcc (diff)
downloadwallet-core-464f7d4d1fadac73d699d96fe4d0ad195e2e6a9c.tar.xz
INFO -> TRACE
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
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) => {