Skip to content

Commit

Permalink
Remove "TV Linux App" from shared linux main logs - it is confusiong …
Browse files Browse the repository at this point in the history
…when the app is not TV (#22231)
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 11, 2023
1 parent 893f9c3 commit 1270915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/linux/main-common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void ApplicationExit()

void emberAfLowPowerClusterInitCallback(EndpointId endpoint)
{
ChipLogProgress(NotSpecified, "TV Linux App: LowPower::SetDefaultDelegate");
ChipLogProgress(NotSpecified, "Setting LowPower default delegate to global manager");
chip::app::Clusters::LowPower::SetDefaultDelegate(endpoint, &sLowPowerManager);
}

Expand Down

0 comments on commit 1270915

Please sign in to comment.