gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: -logging


From: gnunet
Subject: [taler-wallet-core] 01/02: -logging
Date: Tue, 22 Aug 2023 16:37:33 +0200

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

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

commit b9f908db58c43d739e343dda250c5857ec893968
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Aug 22 16:37:16 2023 +0200

    -logging
---
 packages/taler-wallet-core/src/host-impl.qtart.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/host-impl.qtart.ts 
b/packages/taler-wallet-core/src/host-impl.qtart.ts
index 390282f8c..720f5affb 100644
--- a/packages/taler-wallet-core/src/host-impl.qtart.ts
+++ b/packages/taler-wallet-core/src/host-impl.qtart.ts
@@ -168,10 +168,10 @@ export async function createNativeWalletHost2(
   let dbResp: MakeDbResult;
 
   if (args.persistentStoragePath && 
args.persistentStoragePath.endsWith(".json")) {
-    logger.info("using JSON file backend (slow!)");
+    logger.info("using JSON file DB backend (slow!)");
     dbResp = await makeFileDb(args);
   } else {
-    logger.info("using JSON file backend (experimental!)");
+    logger.info("using sqlite3 DB backend (experimental!)");
     dbResp = await makeSqliteDb(args)
   }
 

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