[libcamera-devel] [PATCH] android: Fix missing space in error message

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Dec 5 18:00:11 CET 2022


Quoting Jacopo Mondi via libcamera-devel (2022-12-05 16:51:17)
> Add whitespace to correct the error message.
> 
> Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> ---
>  src/android/camera_hal_manager.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/android/camera_hal_manager.cpp b/src/android/camera_hal_manager.cpp
> index b229e2d5067c..a86e23d443d3 100644
> --- a/src/android/camera_hal_manager.cpp
> +++ b/src/android/camera_hal_manager.cpp
> @@ -141,7 +141,7 @@ void CameraHalManager::cameraAdded(std::shared_ptr<Camera> cam)
>         if (!isCameraExternal && !halConfig_.exists()) {
>                 LOG(HAL, Error)
>                         << "HAL configuration file is mandatory for internal cameras."
> -                       << " Camera " << cam->id() << "failed to load";
> +                       << " Camera " << cam->id() << " failed to load";
>                 return;
>         }
>  
> -- 
> 2.38.1
>


More information about the libcamera-devel mailing list