Skip to content

Commit 25ec0bc

Browse files
address comments
1 parent 726a918 commit 25ec0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/chip-tool/commands/clusters/ClusterCommand.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class ClusterCommand : public InteractionModelCommands, public ModelCommand, pub
117117
CHIP_ERROR deleteEntryError = CHIPCommand::sICDClientStorage.DeleteEntry(chip::ScopedNodeId(mPeerNodeId, mFabricIndex));
118118
if (deleteEntryError != CHIP_NO_ERROR)
119119
{
120-
ChipLogError(chipTool, "Failed to delete ICD entry: %s", chip::ErrorStr(deleteEntryError));
120+
ChipLogError(chipTool, "Failed to delete ICD entry: %" CHIP_ERROR_FORMAT, deleteEntryError.Format());
121121
}
122122
}
123123
}

0 commit comments

Comments
 (0)