[libcamera-devel] [PATCH] libcamera: log: Fix two typos.
Niklas Söderlund
niklas.soderlund at ragnatech.se
Wed Jan 23 15:40:42 CET 2019
Hi Kieran,
Thanks for your work.
On 2019-01-23 14:24:45 +0000, Kieran Bingham wrote:
> Two incorrect spellings are fixed.
> 'logr' -> 'log'
> 'environement' -> 'environment'
>
> Fixes: 747ace042cc1 ("libcamera: log: Get log levels from the environment")
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
> ---
> src/libcamera/log.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/log.cpp b/src/libcamera/log.cpp
> index 241dc5395976..dc88414c338a 100644
> --- a/src/libcamera/log.cpp
> +++ b/src/libcamera/log.cpp
> @@ -134,7 +134,7 @@ void Logger::parseLogFile()
> /**
> * \brief Parse the log levels from the environment
> *
> - * The logr levels are stored in LIBCAMERA_LOG_LEVELS environement variable as a list
> + * The log levels are stored in LIBCAMERA_LOG_LEVELS environment variable as a list
> * of "category=level" pairs, separated by commas (','). Parse the variable and
> * store the levels to configure all log categories.
> */
> --
> 2.19.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
--
Regards,
Niklas Söderlund
More information about the libcamera-devel
mailing list