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:
committed by
Laurent Pinchart
parent
7ea52d2b58
commit
355f4145b8
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user