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. */