From 5d5543ea1bccf01d69f9e2373f81dee910ece825 Mon Sep 17 00:00:00 2001 From: john30 Date: Tue, 1 Oct 2024 08:34:12 +0200 Subject: [PATCH] fix previous commit --- src/lib/utils/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/log.h b/src/lib/utils/log.h index d011e477..01116ee5 100755 --- a/src/lib/utils/log.h +++ b/src/lib/utils/log.h @@ -31,7 +31,7 @@ enum LogFacility { lf_device, //!< device related lf_update, //!< updates found while listening to the bus lf_other, //!< all other log facilities - lf_COUNT = 5 //!< number of available log facilities and flag for setting all + lf_COUNT = 6 //!< number of available log facilities and flag for setting all }; /** the available log levels. */