]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! log: split to groups
authorLukáš Ježek <lukas.jezek@nic.cz>
Wed, 9 Jun 2021 09:47:00 +0000 (11:47 +0200)
committerLukáš Ježek <lukas.jezek@nic.cz>
Tue, 22 Jun 2021 12:39:44 +0000 (14:39 +0200)
lib/log.h

index bed9da5d909eec280d6d9170c73249fb112ae0d6..18481272b3954f2e45c1d6e376af5f2f25ffb221 100644 (file)
--- a/lib/log.h
+++ b/lib/log.h
@@ -27,6 +27,7 @@ typedef struct {
        log_groups_t    g_val;
 } log_group_names_t;
 
+/* Don't forget add name to log_group_names[] (log.c) */
 #define LOG_GRP_SYSTEM         (1 << 1)
 #define LOG_GRP_CACHE          (1 << 2)
 #define LOG_GRP_IO             (1 << 3)