[libcamera-devel] [PATCH v1 1/2] pipeline: raspberrypi: Fix log message
Naushir Patuck
naush at raspberrypi.com
Tue Feb 1 10:27:37 CET 2022
Fix a typo in a logging message.
Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
---
src/libcamera/pipeline/raspberrypi/raspberrypi.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
index 8c03eecefe42..6a46e6bc89fa 100644
--- a/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
+++ b/src/libcamera/pipeline/raspberrypi/raspberrypi.cpp
@@ -2070,7 +2070,7 @@ void RPiCameraData::tryRunPipeline()
ispPrepare.embeddedBufferPresent = true;
LOG(RPI, Debug) << "Signalling signalIspPrepare:"
- << " Bayer buffer id: " << embeddedId;
+ << " Embedded buffer id: " << embeddedId;
}
ipa_->signalIspPrepare(ispPrepare);
--
2.25.1
More information about the libcamera-devel
mailing list