Skip to content

Commit

Permalink
Updating logs
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed May 22, 2024
1 parent a15c1a9 commit 473beff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ - (void)writeAttributeWithEndpointID:(NSNumber *)endpointID
// with the later one.
if (![writeRequestsNext[0][MTRDeviceWriteRequestFieldPathIndex]
isEqual:writeRequestsCurrent[0][MTRDeviceWriteRequestFieldPathIndex]]) {
MTR_LOG_ERROR("Batching write attribute work item [%llu]: cannot replace with next work item due to path mismatch", workItemID);
MTR_LOG_INFO("Batching write attribute work item [%llu]: cannot replace with next work item due to path mismatch", workItemID);
return outcome;
}

Expand Down

0 comments on commit 473beff

Please sign in to comment.