We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c6ba0 commit 1d3ee1fCopy full SHA for 1d3ee1f
src/logging.h
@@ -48,7 +48,7 @@ typedef enum _log_area_t {
48
DISCOVERY
49
} log_area_t;
50
51
-/** names of the values of `log_area_t` as strings for printing */
+/** names of the values of `log_area_t` as strings for parsing */
52
extern char *log_area_names[];
53
54
/** number of log areas in `log_area_t`, excluding `ALL` and `RESERVED` */
0 commit comments