{"id":3555,"url":"https://patchwork.libcamera.org/api/patches/3555/?format=json","web_url":"https://patchwork.libcamera.org/patch/3555/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200427031713.14013-4-laurent.pinchart@ideasonboard.com>","date":"2020-04-27T03:17:05","name":"[libcamera-devel,03/11] libcamera: ipa_proxy: Add missing space in info message","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"7c13292d30078fc17fb14d31d3ef704d582af9f1","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/3555/mbox/","series":[{"id":831,"url":"https://patchwork.libcamera.org/api/series/831/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=831","date":"2020-04-27T03:17:02","name":"libcamera: Add support for IPA configuration","version":1,"mbox":"https://patchwork.libcamera.org/series/831/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/3555/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/3555/checks/","tags":{},"headers":{"Return-Path":"<laurent.pinchart@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 064C4601B8\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 27 Apr 2020 05:17:34 +0200 (CEST)","from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 914E172C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 27 Apr 2020 05:17:33 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"SbMNCNPL\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1587957453;\n\tbh=X10g9cTC4AaPeazr5PZPuFoyA7YcMFRGtahHVMYJPcM=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=SbMNCNPLt3Kv4ar4wh5HU+iFICNhwZgRrKUD3Qyb7l+stj8B2GUg1iV6WCmMoY7YI\n\tIhRXJ4aIqflmdJQjl7mzLaZ5R4pL7vEbWt537lUgwO0woE5+paac/lW7zHGnvYvpTv\n\tY0AaWRC5oIs7Kytyu/UrfcXyLEu5unZR+e1g1zXY=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Mon, 27 Apr 2020 06:17:05 +0300","Message-Id":"<20200427031713.14013-4-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.25.3","In-Reply-To":"<20200427031713.14013-1-laurent.pinchart@ideasonboard.com>","References":"<20200427031713.14013-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH 03/11] libcamera: ipa_proxy: Add missing\n\tspace in info message","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Mon, 27 Apr 2020 03:17:34 -0000"},"content":"The message printed when loading a proxy worker from the build directory\nis missing a space. Add it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/ipa_proxy.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/ipa_proxy.cpp b/src/libcamera/ipa_proxy.cpp\nindex 5fd88a4ba75e..22b246be5797 100644\n--- a/src/libcamera/ipa_proxy.cpp\n+++ b/src/libcamera/ipa_proxy.cpp\n@@ -102,7 +102,7 @@ std::string IPAProxy::resolvePath(const std::string &file) const\n \t\tstd::string ipaProxyDir = root + \"src/libcamera/proxy/worker\";\n \n \t\tLOG(IPAProxy, Info)\n-\t\t\t<< \"libcamera is not installed. Loading proxy workers from'\"\n+\t\t\t<< \"libcamera is not installed. Loading proxy workers from '\"\n \t\t\t<< ipaProxyDir << \"'\";\n \n \t\tstd::string proxyPath = ipaProxyDir + proxyFile;\n","prefixes":["libcamera-devel","03/11"]}