X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.cpp;h=94d4c7ad4910fedf95a85967bb835ae2c77dcb7c;hb=f818ec6ca449d37bf3c6f898add6a54a8ceb6d67;hp=efe038f1498eb17f433fa0c7f8191673411dc031;hpb=60725dd58525d51a1588938b4b16573d05ad772b;p=deb_libcec.git diff --git a/src/lib/CECProcessor.cpp b/src/lib/CECProcessor.cpp index efe038f..94d4c7a 100644 --- a/src/lib/CECProcessor.cpp +++ b/src/lib/CECProcessor.cpp @@ -542,6 +542,10 @@ bool CCECProcessor::SetActiveSource(uint16_t iStreamPath) device->SetActiveSource(); bReturn = true; } + else + { + CLibCEC::AddLog(CEC_LOG_DEBUG, "device with PA '%04x' not found", iStreamPath); + } return bReturn; }