Skip to content

Commit 9846e53

Browse files
committed
AVInput COM-RPC Support: WIP
1 parent ec3f2c9 commit 9846e53

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AVInput/AVInputImplementation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ namespace Plugin {
6161

6262
void AVInputImplementation::InitializeIARM()
6363
{
64+
printf("*** _DEBUG: AVInputImplementation::InitializeIARM: entry")
6465
if (Utils::IARM::init()) {
6566
IARM_Result_t res;
6667
IARM_CHECK(IARM_Bus_RegisterEventHandler(

Tests/L1Tests/tests/test_AVInput.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ class AVInputTest : public ::testing::Test {
6969
2, Core::Thread::DefaultStackSize(), 16))
7070
{
7171
TEST_LOG("*** _DEBUG: AVInputTest Constructor: Mark 1");
72-
printf("*** _DEBUG: AVInputTest ctor printf test");
7372
p_serviceMock = new NiceMock <ServiceMock>;
7473

7574
p_avInputMock = new NiceMock <AVInputMock>;

0 commit comments

Comments
 (0)