Skip to content

Commit 62db05f

Browse files
committed
Update WatchChangeAggregator.java
1 parent 437144d commit 62db05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/remote/WatchChangeAggregator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private BloomFilterApplicationStatus applyBloomFilter(
255255
} catch (BloomFilterException e) {
256256
Logger.warn(
257257
LOG_TAG,
258-
"Decoding the base64 bloom filter in existence filter failed ("
258+
"Applying bloom filter failed: ("
259259
+ e.getMessage()
260260
+ "); ignoring the bloom filter and falling back to full re-query.");
261261
return BloomFilterApplicationStatus.SKIPPED;

0 commit comments

Comments
 (0)