Skip to content

Commit e32f271

Browse files
authored
Update HdmiCecSinkImplementation.cpp
1 parent ffa870a commit e32f271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2336,9 +2336,9 @@ namespace WPEFramework
23362336
for(i=0; i< 16; i++)
23372337
{
23382338
if (HdmiCecSinkImplementation::_instance->deviceList[i].m_isDevicePresent) {
2339-
LOGWARN("------ Device ID = %d--------", i);
2339+
LOGINFO("------ Device ID = %d--------", i);
23402340
HdmiCecSinkImplementation::_instance->deviceList[i].printVariable();
2341-
LOGWARN("-----------------------------");
2341+
LOGINFO("-----------------------------");
23422342
}
23432343
}
23442344
}

0 commit comments

Comments
 (0)