updated log message for unmapped commands
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 18 Mar 2013 15:15:51 +0000 (16:15 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 18 Mar 2013 15:20:36 +0000 (16:20 +0100)
src/lib/implementations/CECCommandHandler.cpp

index b961878871e7f244f5bee9a673fc149b0b0a9e18..1343a0cb50e521e84ad7931df0988a93985b1ee6 100644 (file)
@@ -1290,6 +1290,6 @@ void CCECCommandHandler::RequestEmailFromCustomer(const cec_command& command)
     m_logsRequested.insert(make_pair(command.opcode, commands));
   }
 
-  LIB_CEC->AddLog(CEC_LOG_NOTICE, "key with keycode '%s' is not mapped in libCEC. please send an email to support@pulse-eight.com with this keycode, and tell which key you pressed, and we'll add support for this key.", CCECTypeUtils::ToString(command).c_str());
+  LIB_CEC->AddLog(CEC_LOG_NOTICE, "Unmapped code detected. Please send an email to support@pulse-eight.com with the following details, and if you pressed a key, tell us which one you pressed, and we'll add support for this it.\nCEC command: %s\nVendor ID: %s (%06x)", CCECTypeUtils::ToString(command).c_str(), CCECTypeUtils::ToString(m_vendorId), m_vendorId);
 }