Skip to content

Commit

Permalink
Change log line to progress (#26456)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Jul 10, 2023
1 parent c3d69d6 commit 1957546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/clusters/ota-requestor/DefaultOTARequestor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ void DefaultOTARequestor::OnQueryImageResponse(void * context, const QueryImageR

if (update.softwareVersion > requestorCore->mCurrentVersion)
{
ChipLogDetail(SoftwareUpdate, "Update available from version %" PRIu32 " to %" PRIu32, requestorCore->mCurrentVersion,
update.softwareVersion);
ChipLogProgress(SoftwareUpdate, "Update available from version %" PRIu32 " to %" PRIu32, requestorCore->mCurrentVersion,
update.softwareVersion);
MutableByteSpan updateToken(requestorCore->mUpdateTokenBuffer);
// This function copies the bytespan to mutablebytespan only if size of mutablebytespan buffer is greater or equal to
// bytespan otherwise we are copying data upto available size.
Expand Down

0 comments on commit 1957546

Please sign in to comment.