fix previous commit

This commit is contained in:
john30
2024-10-01 08:34:12 +02:00
parent 1a8de228d5
commit 5d5543ea1b
+1 -1
View File
@@ -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. */