mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
d/v4l2: more paranoid logging
This commit is contained in:
parent
ea2aa56af8
commit
a1574312d2
|
@ -911,7 +911,8 @@ v4l2_fs_mainloop(void *ptr)
|
|||
|
||||
SINK_TRACE_IDENT(v4l2_fs_frame);
|
||||
|
||||
V4L2_TRACE(vid, "Got frame #%u, index %i", v_buf.sequence, v_buf.index);
|
||||
V4L2_TRACE(vid, "Got frame #%u, index %i. Used frames are %i", v_buf.sequence, v_buf.index,
|
||||
vid->used_frames);
|
||||
|
||||
struct v4l2_frame *vf = &vid->frames[v_buf.index];
|
||||
struct xrt_frame *xf = NULL;
|
||||
|
|
Loading…
Reference in a new issue