Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 4c708ce

Browse files
Update services/blockchain-connector/shared/sdk/client.js
Co-authored-by: Vardan Nadkarni <[email protected]>
1 parent 4582b39 commit 4c708ce

File tree

1 file changed

+1
-1
lines changed
  • services/blockchain-connector/shared/sdk

1 file changed

+1
-1
lines changed

services/blockchain-connector/shared/sdk/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const refreshClientsCache = async () => {
157157
index++;
158158
}
159159
} catch (err) {
160-
logger.info(`Failed to check client aliveness.\nError:${err.message}`);
160+
logger.info(`Failed to refresh an active API client from cache.\nError:${err.message}`);
161161
}
162162
}
163163

0 commit comments

Comments
 (0)