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 Sep 19, 2022
1 parent a0386f3 commit 635b943
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 635b943

Please sign in to comment.