cec: log message cosmetics
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 8 Oct 2011 15:39:14 +0000 (17:39 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sat, 8 Oct 2011 15:39:14 +0000 (17:39 +0200)
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));