cec: fixed stream path changes when changed to the TV source (PA 0)
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 5fa83ed80cdff3e6e34182f4afc49397567b4b44..1e477824c81c563915553e6dc143aaf241b52048 100644 (file)
@@ -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;
 }