Skip to content

Commit

Permalink
Address logging review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jtung-apple committed Jun 12, 2024
1 parent 28d070b commit d32ca87
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 @@ -1047,7 +1047,7 @@ - (BOOL)_iterateDelegatesWithBlock:(void(NS_NOESCAPE ^)(MTRDeviceDelegateInfo *
os_unfair_lock_assert_owner(&self->_lock);

if (!_delegates.count) {
MTR_LOG("%@ no delegates to iterate", self);
MTR_LOG_DEBUG("%@ no delegates to iterate", self);
return NO;
}

Expand Down

0 comments on commit d32ca87

Please sign in to comment.