From 744e2f318f22899f9df0ff85f5c26b33fa7add16 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Mon, 18 Mar 2013 16:06:49 +0100 Subject: [PATCH] use CCECCommandHandler::RequestEmailFromCustomer in CRLCommandHandler --- src/lib/implementations/RLCommandHandler.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/implementations/RLCommandHandler.cpp b/src/lib/implementations/RLCommandHandler.cpp index 42bbe9c..913631b 100644 --- a/src/lib/implementations/RLCommandHandler.cpp +++ b/src/lib/implementations/RLCommandHandler.cpp @@ -42,8 +42,6 @@ using namespace CEC; using namespace PLATFORM; -#define LIB_CEC m_busDevice->GetProcessor()->GetLib() - #define RL_KEY_TOP_MENU 0x10 #define RL_KEY_DVD_MENU 0x11 @@ -121,7 +119,7 @@ int CRLCommandHandler::HandleDeviceVendorCommandWithId(const cec_command &comman client->SetCurrentButton(CEC_USER_CONTROL_CODE_CONTENTS_MENU); break; default: - LIB_CEC->AddLog(CEC_LOG_NOTICE, "key with keycode '%02x' 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."); + RequestEmailFromCustomer(command); break; } bHandled = true; -- 2.34.1