diff --git a/frigate/util.py b/frigate/util.py index 4ee216c7b..79fe7932f 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -814,6 +814,7 @@ def get_intel_gpu_stats() -> dict[str, str]: # timeout has a non-zero returncode when timeout is reached if p.returncode != 124: + logger.error(p.stderr) return None else: reading = "".join(p.stdout.split())