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:
@@ -31,7 +31,7 @@ ConfigParser::parseConfigFile(File &file, PipelineHandler *pipe)
|
||||
|
||||
std::unique_ptr<YamlObject> cameras = YamlParser::parse(file);
|
||||
if (!cameras) {
|
||||
LOG(Virtual, Error) << "Failed to pass config file.";
|
||||
LOG(Virtual, Error) << "Failed to parse config file.";
|
||||
return configurations;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user