cec: set the initial stream path to PA 0xFFFF instead of 0x0. added some logging
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 1e477824c81c563915553e6dc143aaf241b52048..5fa83ed80cdff3e6e34182f4afc49397567b4b44 100644 (file)
@@ -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;
 }