libcamera: v4l2_device: Fix debug spacing
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
bfa262d1e3
commit
19f9b90542
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ int V4L2Device::importBuffers(BufferPool *pool)
|
|||
return -ENOMEM;
|
||||
}
|
||||
|
||||
LOG(V4L2, Debug) << "provided pool of " << pool->count() << "buffers";
|
||||
LOG(V4L2, Debug) << "provided pool of " << pool->count() << " buffers";
|
||||
bufferPool_ = pool;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue