diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-04 23:55:19 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2018-12-06 16:43:45 +0200 |
commit | cc7d204b2c51853f7d963d144f5944e209e7ea29 (patch) | |
tree | 8b1efa886ed2c70222e1b0bb846baaa700e0b3bf /test | |
parent | edbd2059d8a4bd759302ada4368fa4055638fd7f (diff) |
libcamera: Use the logger instead of cout
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/init.cpp b/test/init.cpp index 97948b9c..4ade4e76 100644 --- a/test/init.cpp +++ b/test/init.cpp @@ -9,7 +9,7 @@ int main(void) { - libcamera l = libcamera(); + libcamera::libcamera l = libcamera::libcamera(); l.init_lib(); return 0; |