Skip to content

Commit ee756a0

Browse files
Merge branch 'refactor-evaluator-to-support-no-target' into configs-sdk-client
2 parents 74ac2e6 + 64feb01 commit ee756a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/logger/messages/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const codesInfo: [number, string][] = codesWarn.concat([
88
[c.CLIENT_READY_FROM_CACHE, READY_MSG + ' from cache'],
99
[c.CLIENT_READY, READY_MSG],
1010
// SDK
11-
[c.IMPRESSION_QUEUEING, c.LOG_PREFIX_IMPRESSIONS_TRACKER +'Queueing corresponding impression. Feature flag: %s. Key: %s. Evaluation: %s. Label: %s'],
11+
[c.IMPRESSION_QUEUEING, c.LOG_PREFIX_IMPRESSIONS_TRACKER +'Queueing impression. Feature flag: %s. Key: %s. Evaluation: %s. Label: %s'],
1212
[c.NEW_SHARED_CLIENT, 'New shared client instance created.'],
1313
[c.NEW_FACTORY, 'New Split SDK instance created. %s'],
1414
[c.EVENTS_TRACKER_SUCCESS, c.LOG_PREFIX_EVENTS_TRACKER + 'Successfully queued %s'],

0 commit comments

Comments
 (0)