We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74ac2e6 + 64feb01 commit ee756a0Copy full SHA for ee756a0
1 file changed
src/logger/messages/info.ts
@@ -8,7 +8,7 @@ export const codesInfo: [number, string][] = codesWarn.concat([
8
[c.CLIENT_READY_FROM_CACHE, READY_MSG + ' from cache'],
9
[c.CLIENT_READY, READY_MSG],
10
// SDK
11
- [c.IMPRESSION_QUEUEING, c.LOG_PREFIX_IMPRESSIONS_TRACKER +'Queueing corresponding impression. Feature flag: %s. Key: %s. Evaluation: %s. Label: %s'],
+ [c.IMPRESSION_QUEUEING, c.LOG_PREFIX_IMPRESSIONS_TRACKER +'Queueing impression. Feature flag: %s. Key: %s. Evaluation: %s. Label: %s'],
12
[c.NEW_SHARED_CLIENT, 'New shared client instance created.'],
13
[c.NEW_FACTORY, 'New Split SDK instance created. %s'],
14
[c.EVENTS_TRACKER_SUCCESS, c.LOG_PREFIX_EVENTS_TRACKER + 'Successfully queued %s'],
0 commit comments