[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: fix logging
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: fix logging |
Date: |
Thu, 15 Feb 2024 22:19:06 +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 a754f92d7 fix logging
a754f92d7 is described below
commit a754f92d7018924b858330da878366b89a0b9a65
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 15 22:19:05 2024 +0100
fix logging
---
packages/taler-wallet-core/src/operations/deposits.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/operations/deposits.ts
b/packages/taler-wallet-core/src/operations/deposits.ts
index 38b5d43f0..decef7375 100644
--- a/packages/taler-wallet-core/src/operations/deposits.ts
+++ b/packages/taler-wallet-core/src/operations/deposits.ts
@@ -942,7 +942,7 @@ async function processDepositGroupPendingDeposit(
// Check for cancellation before making network request.
cancellationToken?.throwIfCancelled();
const url = new URL(`batch-deposit`, exchangeUrl);
- logger.info(`depositing to ${url}`);
+ logger.info(`depositing to ${url.href}`);
logger.trace(`deposit request: ${j2s(batchReq)}`);
const httpResp = await ws.http.fetch(url.href, {
method: "POST",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: fix logging,
gnunet <=