X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.cpp;h=5fa83ed80cdff3e6e34182f4afc49397567b4b44;hb=f818ec6ca449d37bf3c6f898add6a54a8ceb6d67;hp=1e477824c81c563915553e6dc143aaf241b52048;hpb=60725dd58525d51a1588938b4b16573d05ad772b;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.cpp b/src/lib/implementations/CECCommandHandler.cpp index 1e47782..5fa83ed 100644 --- a/src/lib/implementations/CECCommandHandler.cpp +++ b/src/lib/implementations/CECCommandHandler.cpp @@ -460,8 +460,6 @@ 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; }