[libcamera-devel] [PATCH 03/11] libcamera: ipa_proxy: Add missing space in info message

Jacopo Mondi jacopo at jmondi.org
Mon Apr 27 09:46:35 CEST 2020


Hi Laurent,

On Mon, Apr 27, 2020 at 06:17:05AM +0300, Laurent Pinchart wrote:
> The message printed when loading a proxy worker from the build directory
> is missing a space. Add it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
  j

> ---
>  src/libcamera/ipa_proxy.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/ipa_proxy.cpp b/src/libcamera/ipa_proxy.cpp
> index 5fd88a4ba75e..22b246be5797 100644
> --- a/src/libcamera/ipa_proxy.cpp
> +++ b/src/libcamera/ipa_proxy.cpp
> @@ -102,7 +102,7 @@ std::string IPAProxy::resolvePath(const std::string &file) const
>  		std::string ipaProxyDir = root + "src/libcamera/proxy/worker";
>
>  		LOG(IPAProxy, Info)
> -			<< "libcamera is not installed. Loading proxy workers from'"
> +			<< "libcamera is not installed. Loading proxy workers from '"
>  			<< ipaProxyDir << "'";
>
>  		std::string proxyPath = ipaProxyDir + proxyFile;
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel


More information about the libcamera-devel mailing list