Skip to content

Commit

Permalink
fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Oct 1, 2024
1 parent 1a8de22 commit 5d5543e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 5d5543e

Please sign in to comment.