Skip to content

Commit

Permalink
Update src/app/clusters/sample-mei-server/sample-mei-server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
  • Loading branch information
rochaferraz and bzbarsky-apple authored Sep 11, 2023
1 parent 9229e42 commit 8a56771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/sample-mei-server/sample-mei-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SampleMeiServer sampleMeiServer;

void MatterSampleMeiPluginServerInitCallback()
{
ChipLogProgress(Zcl, "Sample Mei Init. Ep# %d Total Ep# %u", EMBER_AF_SAMPLE_MEI_CLUSTER_SERVER_ENDPOINT_COUNT,
ChipLogProgress(Zcl, "Sample MEI Init. Ep# %d Total Ep# %u", EMBER_AF_SAMPLE_MEI_CLUSTER_SERVER_ENDPOINT_COUNT,
static_cast<uint16_t>(kNumSupportedEndpoints));
ReturnOnFailure(InteractionModelEngine::GetInstance()->RegisterCommandHandler(&sampleMeiServer));
VerifyOrReturn(registerAttributeAccessOverride(&sampleMeiServer), CHIP_ERROR_INCORRECT_STATE);
Expand Down

0 comments on commit 8a56771

Please sign in to comment.