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

Kieran Bingham kieran.bingham at ideasonboard.com
Fri May 3 17:36:32 CEST 2019


Signed-off-by: Kieran Bingham <kieran.bingham 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;
-- 
2.20.1



More information about the libcamera-devel mailing list