Skip to content

Commit

Permalink
Added test log to sanity test build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadb-amazon committed May 21, 2024
1 parent 2a97aed commit c57666b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CHIP_ERROR CastingServer::Init(AppParams * AppParams)

void CastingServer::InitAppDelegation()
{
ChipLogProgress(AppServer, "CastingServer::InitAppDelegation called");
ChipLogProgress(AppServer, "CastingServer::InitAppDelegation called (test log)");
chip::Server::Server::GetInstance().GetCommissioningWindowManager().SetAppDelegate(this);
}

Expand Down

0 comments on commit c57666b

Please sign in to comment.