[libcamera-devel] [PATCH] android: Fix missing space in error message

Jacopo Mondi jacopo at jmondi.org
Mon Dec 5 17:51:17 CET 2022


Add whitespace to correct the error message.

Signed-off-by: Jacopo Mondi <jacopo at jmondi.org>
---
 src/android/camera_hal_manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/android/camera_hal_manager.cpp b/src/android/camera_hal_manager.cpp
index b229e2d5067c..a86e23d443d3 100644
--- a/src/android/camera_hal_manager.cpp
+++ b/src/android/camera_hal_manager.cpp
@@ -141,7 +141,7 @@ void CameraHalManager::cameraAdded(std::shared_ptr<Camera> cam)
 	if (!isCameraExternal && !halConfig_.exists()) {
 		LOG(HAL, Error)
 			<< "HAL configuration file is mandatory for internal cameras."
-			<< " Camera " << cam->id() << "failed to load";
+			<< " Camera " << cam->id() << " failed to load";
 		return;
 	}
 
-- 
2.38.1



More information about the libcamera-devel mailing list