Skip to content

Commit

Permalink
[typos] Move the log related to the attribute reads for chip-tool a f…
Browse files Browse the repository at this point in the history
…ew lines up otherwise the header appears before the list of attributes (#27043)
  • Loading branch information
vivien-apple authored and pull[bot] committed Jan 29, 2024
1 parent ee7f5ee commit 1852050
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,13 @@ CHIP_ERROR InteractionModelReports::ReportAttribute(DeviceProxy * device, std::v
std::vector<ClusterId> clusterIds, std::vector<AttributeId> attributeIds,
ReadClient::InteractionType interactionType)
{
ChipLogProgress(chipTool,
"Sending %sAttribute to:", interactionType == ReadClient::InteractionType::Subscribe ? "Subscribe" : "Read");

InteractionModelConfig::AttributePathsConfig pathsConfig;
ReturnErrorOnFailure(
InteractionModelConfig::GetAttributePaths(endpointIds, clusterIds, attributeIds, mDataVersions, pathsConfig));

ChipLogProgress(chipTool,
"Sending %sAttribute to:", interactionType == ReadClient::InteractionType::Subscribe ? "Subscribe" : "Read");

ReadPrepareParams params(device->GetSecureSession().Value());
params.mpEventPathParamsList = nullptr;
params.mEventPathParamsListSize = 0;
Expand Down

0 comments on commit 1852050

Please sign in to comment.