Skip to content

Commit 26f231e

Browse files
var-constbstpierr
authored andcommitted
Fix format string in FSTRemoteStore error logging (#2172)
1 parent f580005 commit 26f231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/Source/Remote/FSTRemoteStore.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ - (void)disableNetworkInternal {
195195
_writeStream->Stop();
196196

197197
if (self.writePipeline.count > 0) {
198-
LOG_DEBUG("Stopping write stream with %lu pending writes",
198+
LOG_DEBUG("Stopping write stream with %s pending writes",
199199
(unsigned long)self.writePipeline.count);
200200
[self.writePipeline removeAllObjects];
201201
}

0 commit comments

Comments
 (0)