diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-05-02 14:47:59 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-05-03 18:49:16 +0100 |
commit | 19f9b90542b84dcc6142659f19a7f2a0f6a9c411 (patch) | |
tree | d5961aba98adc5a1e5b6453c2fc39afc39c91665 | |
parent | bfa262d1e37b0a6500756c37cf766ebb52f8ff94 (diff) |
libcamera: v4l2_device: Fix debug spacing
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
-rw-r--r-- | src/libcamera/v4l2_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |