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

Message ID 20190503153632.8836-1-kieran.bingham@ideasonboard.com
State Accepted
Commit 19f9b90542b84dcc6142659f19a7f2a0f6a9c411
Headers show
Series
  • [libcamera-devel] libcamera: v4l2_device: Fix debug spacing
Related show

Commit Message

Kieran Bingham May 3, 2019, 3:36 p.m. UTC
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/v4l2_device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart May 3, 2019, 5:07 p.m. UTC | #1
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@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@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;

Patch

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;