File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2746,18 +2746,15 @@ namespace WPEFramework
2746
2746
_instance->m_pollThreadState = POLL_THREAD_STATE_PING;
2747
2747
}
2748
2748
catch (InvalidStateException &e){
2749
- LOGWARN (" InvalidStateException caught in LibCCEC::getInstance().addLogicalAddress() %s" , e.what ());
2750
- LOGINFO (" Not able allocate Logical Address for TV" );
2749
+ LOGWARN (" InvalidStateException caught while allocated logical address. %s" , e.what ());
2751
2750
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2752
2751
}
2753
2752
catch (IOException &e){
2754
- LOGWARN (" IOException caught in LibCCEC::getInstance().addLogicalAddress() %s" , e.what ());
2755
- LOGINFO (" Not able allocate Logical Address for TV" );
2753
+ LOGWARN (" IOException caught while allocated logical address. %s" , e.what ());
2756
2754
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2757
2755
}
2758
2756
catch (...){
2759
- LOGWARN (" Exception caught in LibCCEC::getInstance().addLogicalAddress()" );
2760
- LOGINFO (" Not able allocate Logical Address for TV" );
2757
+ LOGWARN (" Exception caught while allocated logical address." );
2761
2758
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2762
2759
}
2763
2760
}
You can’t perform that action at this time.
0 commit comments