| Index: media/gpu/v4l2_image_processor.cc
|
| diff --git a/media/gpu/v4l2_image_processor.cc b/media/gpu/v4l2_image_processor.cc
|
| index f1815d8accc5220f5af5f458c64cc841beb1560b..f4c20293f9dd495d718c8911815783494ea2b722 100644
|
| --- a/media/gpu/v4l2_image_processor.cc
|
| +++ b/media/gpu/v4l2_image_processor.cc
|
| @@ -136,8 +136,7 @@ bool V4L2ImageProcessor::Initialize(media::VideoPixelFormat input_format,
|
| IOCTL_OR_ERROR_RETURN_FALSE(VIDIOC_QUERYCAP, &caps);
|
| if ((caps.capabilities & kCapsRequired) != kCapsRequired) {
|
| LOG(ERROR) << "Initialize(): ioctl() failed: VIDIOC_QUERYCAP: "
|
| - "caps check failed: 0x"
|
| - << std::hex << caps.capabilities;
|
| + << "caps check failed: 0x" << std::hex << caps.capabilities;
|
| return false;
|
| }
|
|
|
|
|