From 19f9b90542b84dcc6142659f19a7f2a0f6a9c411 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Thu, 2 May 2019 14:47:59 +0100 Subject: libcamera: v4l2_device: Fix debug spacing Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- 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 1bbf7967..e22323de 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; -- cgit v1.2.1