Skip to content

Commit 84f7266

Browse files
erwinpan1woody-apple
authored andcommitted
Avoid printing out floating values
1 parent 5b4b490 commit 84f7266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chef/common/chef-concentration-measurement.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Protocols::InteractionModel::Status chefConcentrationMeasurementWriteCallback(
9191
CHIP_ERROR err = clusterInstance->SetMeasuredValue(MakeNullable(newValue));
9292
if (CHIP_NO_ERROR == err)
9393
{
94-
ChipLogDetail(DeviceLayer, "Updated EP:%d, Cluster: 0x%04x to MeasuredValue: %g", endpoint, clusterId, newValue);
94+
ChipLogDetail(DeviceLayer, "Updated EP:%d, Cluster: 0x%04x MeasuredValue", endpoint, clusterId);
9595
}
9696
else
9797
{

0 commit comments

Comments
 (0)