Skip to content

Commit 4141392

Browse files
committed
fixed tracker warning
1 parent 16b227d commit 4141392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/client/impressions/UniqueKeysTrackerImp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ private void sendUniqueKeys(){
117117
}
118118
try {
119119
if (uniqueKeysTracker.size() == 0) {
120-
_log.warn("The Unique Keys Tracker is empty");
120+
_log.debug("The Unique Keys Tracker is empty");
121121
return;
122122
}
123123
HashMap<String, HashSet<String>> uniqueKeysHashMap = popAll();

0 commit comments

Comments
 (0)