summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-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");