File tree 1 file changed +2
-2
lines changed
src/darwin/Framework/CHIP
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ - (void)_pruneEmptyStoredAttributesBranches
571
571
}
572
572
573
573
if (storeFailures) {
574
- MTR_LOG_ERROR (" Store failed in _pruneEmptyStoredAttributesBranches: %lu" , storeFailures);
574
+ MTR_LOG_ERROR (" Store failed in _pruneEmptyStoredAttributesBranches: %lu" , ( unsigned long ) storeFailures);
575
575
}
576
576
}
577
577
@@ -655,7 +655,7 @@ - (void)storeAttributeValues:(NSArray<NSDictionary *> *)dataValues forNodeID:(NS
655
655
// In the rare event that store fails, allow all attribute store attempts to go through and prune empty branches at the end altogether.
656
656
if (storeFailures) {
657
657
[self _pruneEmptyStoredAttributesBranches ];
658
- MTR_LOG_ERROR (" Store failed in -storeAttributeValues:forNodeID: %lu" , storeFailures);
658
+ MTR_LOG_ERROR (" Store failed in -storeAttributeValues:forNodeID: %lu" , ( unsigned long ) storeFailures);
659
659
}
660
660
});
661
661
}
You can’t perform that action at this time.
0 commit comments