Add camera name to recordings log

This commit is contained in:
Nicolas Mowen 2024-07-16 10:40:34 -06:00
parent e9da453190
commit 4152ab4a15

View File

@ -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(
{