summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-30 20:42:07 +0200
committerFlorian Dold <florian@dold.me>2022-03-30 20:42:07 +0200
commitc9adb4a5e292ae9a2c359a7a55083746486e11d9 (patch)
treead6271196224234be1d602a01e41b188f810819b /packages/taler-wallet-core
parent123b92b3aa67f17d01586da0d7974de06318e551 (diff)
downloadwallet-core-c9adb4a5e292ae9a2c359a7a55083746486e11d9.tar.gz
wallet-core-c9adb4a5e292ae9a2c359a7a55083746486e11d9.tar.bz2
wallet-core-c9adb4a5e292ae9a2c359a7a55083746486e11d9.zip
english
Diffstat (limited to 'packages/taler-wallet-core')
-rw-r--r--packages/taler-wallet-core/src/operations/refresh.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts
index 1a4731939..10584fb94 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -820,7 +820,7 @@ async function processRefreshGroupImpl(
processRefreshSession(ws, refreshGroupId, i).catch((x) => {
if (x instanceof CryptoApiStoppedError) {
logger.info(
- "crypto API stopped while processing refresh group, probably the wallet is during shutdown",
+ "crypto API stopped while processing refresh group, probably the wallet is currently shutting down.",
);
} else {
logger.warn("process refresh session got exception");