Remove handleEvent from V4L2grabber, as grabber will be stopped on suspend

This commit is contained in:
LordGrey
2023-11-13 22:34:51 +01:00
parent 93db1f5d6b
commit 42619b27ea
3 changed files with 1 additions and 21 deletions

View File

@@ -142,7 +142,7 @@ bool CECHandler::enable()
const auto adapters = getAdapters();
if (adapters.isEmpty())
{
Error(_logger, "Failed to find any CEC adapter.");
Error(_logger, "Failed to find any CEC adapter. CEC event handling will be disabled.");
_cecAdapter->Close();
return false;
}