Skip to content

Commit e4ee7ee

Browse files
Update src/darwin/Framework/CHIP/MTRDevice.mm
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 2a42270 commit e4ee7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/darwin/Framework/CHIP/MTRDevice.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ - (void)setDelegate:(id<MTRDeviceDelegate>)delegate queue:(dispatch_queue_t)queu
745745
if ([self _deviceUsesThread]) {
746746
[self _scheduleSubscriptionPoolWork:^{
747747
std::lock_guard lock(self->_lock);
748-
[self _setupSubscriptionWithReason:@"delegate is set and subscription is scheduled"];
748+
[self _setupSubscriptionWithReason:@"delegate is set and scheduled subscription is happening"];
749749
} inNanoseconds:0 description:@"MTRDevice setDelegate first subscription"];
750750
} else {
751751
[self _setupSubscriptionWithReason:@"delegate is set and subscription is needed"];

0 commit comments

Comments
 (0)