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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user