Skip to content

Commit c57666b

Browse files
Added test log to sanity test build setup
1 parent 2a97aed commit c57666b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tv-casting-app/tv-casting-common/src/CastingServer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CHIP_ERROR CastingServer::Init(AppParams * AppParams)
7171

7272
void CastingServer::InitAppDelegation()
7373
{
74-
ChipLogProgress(AppServer, "CastingServer::InitAppDelegation called");
74+
ChipLogProgress(AppServer, "CastingServer::InitAppDelegation called (test log)");
7575
chip::Server::Server::GetInstance().GetCommissioningWindowManager().SetAppDelegate(this);
7676
}
7777

0 commit comments

Comments
 (0)