[libcamera-devel] [PATCH] libcamera: v4l2_device: Fix debug spacing

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri May 3 19:07:58 CEST 2019


Hi Kieran,

Thank you for the patch.

On Fri, May 03, 2019 at 04:36:32PM +0100, Kieran Bingham wrote:
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  src/libcamera/v4l2_device.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp
> index 1bbf79673c16..e22323de19c3 100644
> --- a/src/libcamera/v4l2_device.cpp
> +++ b/src/libcamera/v4l2_device.cpp
> @@ -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;

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list