Skip to content

Commit

Permalink
Update src/app/clusters/ota-provider/ota-provider.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Holbrook <[email protected]>
  • Loading branch information
bzbarsky-apple and holbrookt authored Oct 21, 2021
1 parent 31bd33d commit a6f4561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/ota-provider/ota-provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ bool emberAfOtaSoftwareUpdateProviderClusterQueryImageCallback(app::CommandHandl

if (location.size() != kLocationLen)
{
ChipLogError(Zcl, "location param length %zu exceeds max %zu", location.size(), kLocationLen);
ChipLogError(Zcl, "location param length %zu != expected length %zu", location.size(), kLocationLen);
emberAfSendImmediateDefaultResponse(EMBER_ZCL_STATUS_INVALID_ARGUMENT);
return true;
}
Expand Down

0 comments on commit a6f4561

Please sign in to comment.