[libcamera-devel] [PATCH v1 1/2] pipeline: raspberrypi: Fix log message

David Plowman david.plowman at raspberrypi.com
Tue Feb 1 10:38:49 CET 2022


Hi Naush

Thanks for the patch.

On Tue, 1 Feb 2022 at 09:27, Naushir Patuck <naush at raspberrypi.com> wrote:
>
> Fix a typo in a logging message.
>
> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>

Reviewed-by: David Plowman <david.plowman at raspberrypi.com>

Best regards
David

> ---
>  src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> index 8c03eecefe42..6a46e6bc89fa 100644
> --- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> +++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
> @@ -2070,7 +2070,7 @@ void RPiCameraData::tryRunPipeline()
>                 ispPrepare.embeddedBufferPresent = true;
>
>                 LOG(RPI, Debug) << "Signalling signalIspPrepare:"
> -                               << " Bayer buffer id: " << embeddedId;
> +                               << " Embedded buffer id: " << embeddedId;
>         }
>
>         ipa_->signalIspPrepare(ispPrepare);
> --
> 2.25.1
>


More information about the libcamera-devel mailing list