We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b490 commit 84f7266Copy full SHA for 84f7266
examples/chef/common/chef-concentration-measurement.cpp
@@ -91,7 +91,7 @@ Protocols::InteractionModel::Status chefConcentrationMeasurementWriteCallback(
91
CHIP_ERROR err = clusterInstance->SetMeasuredValue(MakeNullable(newValue));
92
if (CHIP_NO_ERROR == err)
93
{
94
- ChipLogDetail(DeviceLayer, "Updated EP:%d, Cluster: 0x%04x to MeasuredValue: %g", endpoint, clusterId, newValue);
+ ChipLogDetail(DeviceLayer, "Updated EP:%d, Cluster: 0x%04x MeasuredValue", endpoint, clusterId);
95
}
96
else
97
0 commit comments