mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 22:25:24 +03:00
Add camera name to recordings log
This commit is contained in:
parent
e9da453190
commit
4152ab4a15
@ -554,7 +554,7 @@ def vod_ts(camera_name, start_ts, end_ts):
|
||||
logger.warning(f"Recording clip is missing or empty: {recording.path}")
|
||||
|
||||
if not clips:
|
||||
logger.error("No recordings found for the requested time range")
|
||||
logger.error(f"No recordings found for {camera_name} during the requested time range")
|
||||
return make_response(
|
||||
jsonify(
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user