diff options
author | Florian Dold <florian@dold.me> | 2022-03-30 20:42:07 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2022-03-30 20:42:07 +0200 |
commit | c9adb4a5e292ae9a2c359a7a55083746486e11d9 (patch) | |
tree | ad6271196224234be1d602a01e41b188f810819b | |
parent | 123b92b3aa67f17d01586da0d7974de06318e551 (diff) |
english
-rw-r--r-- | packages/taler-wallet-core/src/operations/refresh.ts | 2 |
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"); |