We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25f35c commit 5763561Copy full SHA for 5763561
src/darwin/Framework/CHIP/MTRDeviceController.mm
@@ -548,7 +548,7 @@ - (MTRBaseDevice *)deviceBeingCommissionedWithNodeID:(NSNumber *)nodeID error:(N
548
chip::CommissioneeDeviceProxy * deviceProxy;
549
550
auto errorCode = self->_cppCommissioner->GetDeviceBeingCommissioned(nodeID.unsignedLongLongValue, &deviceProxy);
551
- VerifyOrReturnValue(![MTRDeviceController checkForError:errorCode logMsg:kErrorStopPairing error:error], nil);
+ VerifyOrReturnValue(![MTRDeviceController checkForError:errorCode logMsg:kErrorGetCommissionee error:error], nil);
552
553
return [[MTRBaseDevice alloc] initWithPASEDevice:deviceProxy controller:self];
554
};
0 commit comments