Skip to content

Commit

Permalink
Remove unused debugging codes
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed May 23, 2024
1 parent 9ce69df commit 8d6192a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/common/chef-rpc-actions-worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void ChefRpcActionsWorker::ProcessActionQueue()
if (nullptr == delegate)
{
ChipLogError(NotSpecified,
"Cannot run action due to not finding delegate: endpointId=%d, clusterId=%04lx, attributeId=%04lx \033[0m \n",
"Cannot run action due to not finding delegate: endpointId=%d, clusterId=%04lx, attributeId=%04lx",
task.endpointId, static_cast<unsigned long>(task.clusterId), static_cast<unsigned long>(task.actionId));
return;
}
Expand Down

0 comments on commit 8d6192a

Please sign in to comment.