pipeline: raspberrypi: Fix log message

Fix a typo in a logging message.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2022-02-01 09:27:37 +00:00 committed by Laurent Pinchart
parent 7ea52d2b58
commit 355f4145b8

View file

@ -2079,7 +2079,7 @@ void RPiCameraData::tryRunPipeline()
ispPrepare.embeddedBufferPresent = true;
LOG(RPI, Debug) << "Signalling signalIspPrepare:"
<< " Bayer buffer id: " << embeddedId;
<< " Embedded buffer id: " << embeddedId;
}
ipa_->signalIspPrepare(ispPrepare);