X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.cpp;h=1e477824c81c563915553e6dc143aaf241b52048;hb=5f2068fe56399458a0cee36b6d2271a3671ee227;hp=5fa83ed80cdff3e6e34182f4afc49397567b4b44;hpb=4fde2fd01093a27bf5a73b46b7ed15abba448ed0;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.cpp b/src/lib/implementations/CECCommandHandler.cpp index 5fa83ed..1e47782 100644 --- a/src/lib/implementations/CECCommandHandler.cpp +++ b/src/lib/implementations/CECCommandHandler.cpp @@ -460,6 +460,8 @@ bool CCECCommandHandler::HandleRoutingChange(const cec_command &command) CCECBusDevice *device = GetDevice(command.initiator); if (device) device->SetStreamPath(iNewAddress, iOldAddress); + else + CLibCEC::AddLog(CEC_LOG_DEBUG, "initiator device not found"); } return true; }