Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Jun 10, 2024
1 parent 942389f commit 496ebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typedef enum _log_area_t {
DISCOVERY
} log_area_t;

/** names of the values of `log_area_t` as strings for printing */
/** names of the values of `log_area_t` as strings for parsing */
extern char *log_area_names[];

/** number of log areas in `log_area_t`, excluding `ALL` and `RESERVED` */
Expand Down

0 comments on commit 496ebb7

Please sign in to comment.