Skip to content

Commit 3dff5d0

Browse files
Shorter log line
1 parent 7cc41eb commit 3dff5d0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/firestore/src/remote/remote_store.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,7 @@ export class RemoteStore implements TargetMetadataProvider {
436436
await this.raiseWatchSnapshot(snapshotVersion);
437437
}
438438
} catch (e) {
439-
logDebug(
440-
LOG_TAG,
441-
'Failed to raise snapshot for %s: %s',
442-
snapshotVersion.toString(),
443-
e
444-
);
439+
logDebug(LOG_TAG, 'Failed to raise snapshot:', e);
445440
await this.disableNetworkUntilRecovery(e);
446441
}
447442
}

0 commit comments

Comments
 (0)