]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
lib: fix typo in generated doc for log group "zoncut".
authormenakite <29005531+menakite@users.noreply.github.com>
Wed, 7 Aug 2024 14:46:42 +0000 (16:46 +0200)
committermenakite <29005531+menakite@users.noreply.github.com>
Wed, 7 Aug 2024 14:46:42 +0000 (16:46 +0200)
Setting log_groups({ 'zonecut' }) just leads to a warning and no
"zone cut" logging shown.

lib/log.h

index a3887e57716e8dbfde3ab907fda78d84d6bb09de..d3bc9145196820b6b28e3529affe9acca6d18281 100644 (file)
--- 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 */