Skip to content

Commit

Permalink
Added temporary logs to see why test fails in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Nov 10, 2023
1 parent 65f20ad commit ff49832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/scenes-server/SceneTableImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ CHIP_ERROR DefaultSceneTableImpl::RemoveEndpoint()
{
VerifyOrReturnError(IsInitialized(), CHIP_ERROR_INTERNAL);

for (FabricIndex fabric_index = 1; fabric_index < kMaxFabrics; fabric_index++)
for (FabricIndex fabric_index = kMinValidFabricIndex; fabric_index < kMaxValidFabricIndex; fabric_index++)
{
FabricSceneData fabric(mEndpointId, fabric_index);
CHIP_ERROR err = fabric.Load(mStorage);
Expand Down

0 comments on commit ff49832

Please sign in to comment.