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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user