[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: |
Tue, 05 Nov 2024 12:26:51 +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 7f1f2cf60 -logging
7f1f2cf60 is described below
commit 7f1f2cf603b4fa0a5a7d878272dae94c9e617167
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 5 12:26:40 2024 +0100
-logging
---
packages/taler-wallet-embedded/src/wallet-qjs.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/packages/taler-wallet-embedded/src/wallet-qjs.ts
b/packages/taler-wallet-embedded/src/wallet-qjs.ts
index 345b200f3..1ec9e592b 100644
--- a/packages/taler-wallet-embedded/src/wallet-qjs.ts
+++ b/packages/taler-wallet-embedded/src/wallet-qjs.ts
@@ -37,6 +37,7 @@ import {
WalletNotification,
enableNativeLogging,
getErrorDetailFromException,
+ j2s,
openPromise,
performanceNow,
setGlobalLogLevelFromString,
@@ -104,8 +105,12 @@ class NativeWalletMessageHandler {
throw Error("persistentStoragePath must be a string");
}
if (p.endsWith("/")) {
+ logger.info(
+ `Specified directory ${j2s(p)} as persistentStoragePath`,
+ );
persistentStoragePath = `${p}talerwalletdb-v30.sqlite3`;
} else {
+ logger.info(`Specified file ${j2s(p)} as as
persistentStoragePath`);
persistentStoragePath = p;
}
}
--
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: -logging,
gnunet <=