libcamera: pipeline: virtual: Fix typo in log message
pass -> parse Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
5d1380f7df
commit
ee92b5211c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ConfigParser::parseConfigFile(File &file, PipelineHandler *pipe)
|
||||||
|
|
||||||
std::unique_ptr<YamlObject> cameras = YamlParser::parse(file);
|
std::unique_ptr<YamlObject> cameras = YamlParser::parse(file);
|
||||||
if (!cameras) {
|
if (!cameras) {
|
||||||
LOG(Virtual, Error) << "Failed to pass config file.";
|
LOG(Virtual, Error) << "Failed to parse config file.";
|
||||||
return configurations;
|
return configurations;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue