diff --git a/util/check-categories.sh b/util/check-categories.sh index 2aebafa278..3230272825 100644 --- a/util/check-categories.sh +++ b/util/check-categories.sh @@ -8,7 +8,7 @@ list1=`grep LOGCATEGORY lib/*/include/*/*.h bin/named/include/named/*.h | grep "#define.*(&" | sed -e 's/.*LOGCATEGORY_\([A-Z_]*\).*/\1/' -e 's/^RRL$/rate-limit/' | tr '[A-Z]' '[a-z]' | -tr _ - | sort -u` +tr _ - | sed 's/^tat$/trust-anchor-telemetry/' | sort -u` list2=`sed -n 's;.*\(.*\);\1;p' doc/arm/logging-categories.xml | tr '[A-Z]' '[a-z]' | sort -u` for i in $list1 do