summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormenakite <29005531+menakite@users.noreply.github.com>2024-08-07 16:46:42 +0200
committermenakite <29005531+menakite@users.noreply.github.com>2024-08-07 16:46:42 +0200
commit42f28872c7b1991194f0fcdeae8d333e4004ec2c (patch)
treee41ffafab5f8efe2e991766202518e8b1e758808 /lib
parentMerge branch 'proxyv2-tcp-fix' into 'master' (diff)
downloadknot-resolver-42f28872c7b1991194f0fcdeae8d333e4004ec2c.tar.xz
knot-resolver-42f28872c7b1991194f0fcdeae8d333e4004ec2c.zip
lib: fix typo in generated doc for log group "zoncut".
Setting log_groups({ 'zonecut' }) just leads to a warning and no "zone cut" logging shown.
Diffstat (limited to 'lib')
-rw-r--r--lib/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.h b/lib/log.h
index a3887e57..d3bc9145 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -109,7 +109,7 @@ enum kr_log_group {
#define LOG_GRP_VALIDATOR_TAG "valdtr" /**< ``valdtr``: operations related to validate layer */
#define LOG_GRP_RESOLVER_TAG "resolv" /**< ``resolv``: operations related to resolving */
#define LOG_GRP_SELECTION_TAG "select" /**< ``select``: operations related to server selection */
-#define LOG_GRP_ZCUT_TAG "zoncut" /**< ``zonecut``: operations related to zone cut */
+#define LOG_GRP_ZCUT_TAG "zoncut" /**< ``zoncut``: operations related to zone cut */
#define LOG_GRP_COOKIES_TAG "cookie" /**< ``cookie``: operations related to cookies */
#define LOG_GRP_STATISTICS_TAG "statis" /**< ``statis``: operations related to statistics */
#define LOG_GRP_REBIND_TAG "rebind" /**< ``rebind``: operations related to rebinding */