Skip to content

Commit 79228bc

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

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
@@ -3302,7 +3302,7 @@ - (void)_deviceMayBeReachable
33023302

33033303
MTR_LOG("%@ _deviceMayBeReachable called", self);
33043304

3305-
[self _triggerResubscribeWithReason:"SPI client indicated the device may now be online"
3305+
[self _triggerResubscribeWithReason:"SPI client indicated the device may now be reachable"
33063306
nodeLikelyReachable:YES];
33073307
}
33083308

0 commit comments

Comments
 (0)