Skip to content

Commit

Permalink
[api] enable DIAG_GET request command into commissioner
Browse files Browse the repository at this point in the history
integrate and implement the DIAG_GET reqest command into commissioner
module
  • Loading branch information
ZhangLe2016 committed May 7, 2024
1 parent 21d0dac commit 8ee9731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/commissioner_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ void CommissionerImpl::CommandDiagGet(Handler<ByteArray> aHandler, uint16_t aRlo
aRloc = kLeaderAloc16;
}
mProxyClient.SendRequest(request, onResponse, aRloc, kDefaultMmPort);
LOG_DEBUG(LOG_REGION_DIAG, "sent DIAG_GET.req");
LOG_DEBUG(LOG_REGION_MESHDIAG, "sent DIAG_GET.req");

exit:
if (error != ErrorCode::kNone)
Expand Down

0 comments on commit 8ee9731

Please sign in to comment.