We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa870a commit e32f271Copy full SHA for e32f271
HdmiCecSink/HdmiCecSinkImplementation.cpp
@@ -2336,9 +2336,9 @@ namespace WPEFramework
2336
for(i=0; i< 16; i++)
2337
{
2338
if (HdmiCecSinkImplementation::_instance->deviceList[i].m_isDevicePresent) {
2339
- LOGWARN("------ Device ID = %d--------", i);
+ LOGINFO("------ Device ID = %d--------", i);
2340
HdmiCecSinkImplementation::_instance->deviceList[i].printVariable();
2341
- LOGWARN("-----------------------------");
+ LOGINFO("-----------------------------");
2342
}
2343
2344
0 commit comments