Skip to content

Commit

Permalink
Update src/controller/CHIPDeviceController.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
crlonxp and bzbarsky-apple committed Jul 26, 2024
1 parent 863a850 commit 8d709ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ CHIP_ERROR DeviceCommissioner::EstablishPASEConnection(NodeId remoteDeviceId, Re
DeviceLayer::ConnectivityMgr().WiFiPAFConnect(this, OnWiFiPAFSubscribeComplete, OnWiFiPAFSubscribeError);
ExitNow(CHIP_NO_ERROR);
}
ChipLogProgress(Controller, "WiFi-PAF: Request to subscrib the NAN-USD device complete");
ChipLogProgress(Controller, "WiFi-PAF: Request to subscribe the NAN-USD device complete");
}
#endif
session = mSystemState->SessionMgr()->CreateUnauthenticatedSession(params.GetPeerAddress(), params.GetMRPConfig());
Expand Down

0 comments on commit 8d709ab

Please sign in to comment.