libcamera: ipa_proxy: Add missing space in info message

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@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Laurent Pinchart
2020-04-27 03:57:47 +03:00
parent cc15ab4316
commit 32810ff5e2
+1 -1
View File
@@ -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;