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

Laurent Pinchart laurent.pinchart at ideasonboard.com
Mon Apr 27 05:17:05 CEST 2020


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



More information about the libcamera-devel mailing list