This commit is contained in:
Florian Dold 2022-03-30 20:42:07 +02:00
parent 123b92b3aa
commit c9adb4a5e2
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -820,7 +820,7 @@ async function processRefreshGroupImpl(
processRefreshSession(ws, refreshGroupId, i).catch((x) => { processRefreshSession(ws, refreshGroupId, i).catch((x) => {
if (x instanceof CryptoApiStoppedError) { if (x instanceof CryptoApiStoppedError) {
logger.info( 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 { } else {
logger.warn("process refresh session got exception"); logger.warn("process refresh session got exception");