mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-21 15:53:54 +03:00
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:
parent
7ea52d2b58
commit
355f4145b8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue