Skip to content

Commit

Permalink
Fixed log string
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Jul 20, 2024
1 parent f6358cd commit c5617f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ - (void)_reconcilePersistedClustersWithStorage
}
}

MTR_LOG_ERROR("%@ ", self);
MTR_LOG_ERROR("%@ Storage missing %lu / %lu clusters - reconciling in-memory records", self, static_cast<unsigned long>(clusterPathsToRemove.count), static_cast<unsigned long>(_persistedClusters.count));
[_persistedClusters minusSet:clusterPathsToRemove];
}

Expand Down

0 comments on commit c5617f0

Please sign in to comment.