Skip to content

Commit 01e6ee8

Browse files
Update lru_garbage_collector.ts
1 parent 16b6cd5 commit 01e6ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/lru_garbage_collector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export class LruScheduler implements GarbageCollectionScheduler {
274274
await localStore.collectGarbage(this.garbageCollector);
275275
} catch (e) {
276276
if (e.name === 'IndexedDbTransactionError') {
277-
logDebug(LOG_TAG, 'Ignoring IndexedDB error during LRU: ', e);
277+
logDebug(LOG_TAG, 'Ignoring IndexedDB error during garbage collection: ', e);
278278
} else {
279279
await ignoreIfPrimaryLeaseLoss(e);
280280
}

0 commit comments

Comments
 (0)