Skip to content

Commit 33b5912

Browse files
committed
Update code
1 parent 8a19733 commit 33b5912

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/controller/CommissionerDiscoveryController.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void CommissionerDiscoveryController::InternalOk()
248248
bool isContentAppInstalled = mAppInstallationService->HasContentApp(client->GetVendorId(), client->GetProductId());
249249

250250
if (!isContentAppInstalled) {
251-
ChipLogError(AppServer, "UX InternalOk: app not installed.");
251+
ChipLogDetail(AppServer, "UX InternalOk: app not installed.");
252252

253253
// dialog
254254
ChipLogDetail(Controller,

src/controller/CommissionerDiscoveryController.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ class DLL_EXPORT UserPrompter
152152

153153
/**
154154
* @brief
155-
* Called to prompt the user for consent to allow the given commissioneeName/vendorId/productId to be commissioned.
156-
* For example "[commissioneeName] is requesting permission to cast to this TV, approve?"
155+
* Called to prompt the user for consent to allow the app commissioneeName/vendorId/productId to be installed.
156+
* For example "[commissioneeName] is requesting permission to install app to this TV, approve?"
157157
*
158158
* If user responds with OK then implementor should call CommissionerRespondOk();
159159
* If user responds with Cancel then implementor should call CommissionerRespondCancel();

0 commit comments

Comments
 (0)