Skip to content

Commit

Permalink
Update src/data-model-providers/codegen/CodegenDataModelProvider.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
andy31415 and bzbarsky-apple authored Jan 17, 2025
1 parent 32346df commit 84a10fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ DataModel::MetadataList<DataModel::ServerClusterEntry> CodegenDataModelProvider:
if (err != CHIP_NO_ERROR)
{
#if CHIP_ERROR_LOGGING && CHIP_CONFIG_DATA_MODEL_EXTRA_LOGGING
ChipLogError(AppServer, "Failed to append client cluster id: %" CHIP_ERROR_FORMAT, err.Format());
ChipLogError(AppServer, "Failed to append server cluster entry: %" CHIP_ERROR_FORMAT, err.Format());
#endif
break;
}
Expand Down

0 comments on commit 84a10fd

Please sign in to comment.