libcamera: v4l2_device: Fix debug spacing

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham 2019-05-02 14:47:59 +01:00
parent bfa262d1e3
commit 19f9b90542

View file

@ -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;