cec: log message cosmetics
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 7edea00c0de3ee4fc51191f10aedb6f108632534..60ad2e3c26804ca306d2932b816708ef401d8146 100644 (file)
@@ -367,7 +367,7 @@ void CCECProcessor::BroadcastActiveSource(void)
   cec_frame frame;
   frame.clear();
 
-  m_controller->AddLog(CEC_LOG_NOTICE, "broadcasting active source");
+  m_controller->AddLog(CEC_LOG_NOTICE, "<< broadcasting active source");
   frame.push_back(GetSourceDestination(CECDEVICE_BROADCAST));
   frame.push_back((uint8_t) CEC_OPCODE_ACTIVE_SOURCE);
   frame.push_back((uint8_t) ((m_physicaladdress >> 8) & 0xFF));