Skip to content

Commit

Permalink
Update examples/fabric-sync/admin/DeviceSubscription.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Terence Hampson <[email protected]>
  • Loading branch information
yufengwangca and tehampson authored Nov 12, 2024
1 parent dc958b1 commit 5da2dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fabric-sync/admin/DeviceSubscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void DeviceSubscription::OnReportEnd()
bridge::FabricBridge::Instance().AdminCommissioningAttributeChanged(mCurrentAdministratorCommissioningAttributes);
if (err != CHIP_NO_ERROR)
{
ChipLogError(NotSpecified, "forward Administrator Commissioning Attribute to fabric bridge %" CHIP_ERROR_FORMAT,
ChipLogError(NotSpecified, "Cannot forward Administrator Commissioning Attribute to fabric bridge %" CHIP_ERROR_FORMAT,
err.Format());
}
mChangeDetected = false;
Expand Down

0 comments on commit 5da2dda

Please sign in to comment.